forked from rdotnet/rClr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1023 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
export(clrCall)
export(clrCallStatic)
export(clrGet)
export(clrGetConstructors)
export(clrGetEnumNames)
export(clrGetExtPtr)
export(clrGetFields)
export(clrGetInnerPkgName)
export(clrGetLoadedAssemblies)
export(clrGetMemberSignature)
export(clrGetMethods)
export(clrGetNativeLibName)
export(clrGetProperties)
export(clrGetStaticFields)
export(clrGetStaticMemberSignature)
export(clrGetStaticMembers)
export(clrGetStaticMethods)
export(clrGetStaticProperties)
export(clrGetType)
export(clrGetTypesInAssembly)
export(clrIs)
export(clrLoadAssembly)
export(clrNew)
export(clrReflect)
export(clrSet)
export(clrSetEnumProperty)
export(clrShutdown)
export(clrToString)
export(clrTraceback)
export(clrTypeNameExtPtr)
export(clrTypename)
export(clrVT)
export(getClrVersionString)
export(getCurrentConvertedObject)
export(getNativeLibsPath)
export(getSexpType)
export(inspectArgs)
export(peekClrArgs)
export(rToClrType)
export(setConvertAdvancedTypes)
export(setRDotNet)
import(methods)