Property | Type | Description | |
---|---|---|---|
numBuiltInMethods | int |
Method | Description | |
---|---|---|
GetAllTypes ( Core core ) : IEnumerable |
Get all types except for internal VM types
|
|
GetBuiltInMethods ( Core core ) : IEnumerable |
List of built-in methods that are preloaded by default
|
|
GetClasses ( Core core ) : IEnumerable |
Get all reference type classes imported in the VM except for internal and placeholder types
|
|
GetGlobals ( Core core ) : IEnumerable |
Get all methods and properties for all classes
|
|
GetOverloadsOnBuiltIns ( Core core, string methodName ) : IEnumerable |
Returns list of overloads (one or more) for a given built-in method
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
StaticMirror ( ) : System | ||
StaticMirror ( ProtoCore core, string name = "" ) : System |
public static GetAllTypes ( Core core ) : IEnumerable |
||
core | Core | |
return | IEnumerable |
public static GetBuiltInMethods ( Core core ) : IEnumerable |
||
core | Core | |
return | IEnumerable |
public static GetClasses ( Core core ) : IEnumerable |
||
core | Core | |
return | IEnumerable |
public static GetGlobals ( Core core ) : IEnumerable |
||
core | Core | |
return | IEnumerable |
public static GetOverloadsOnBuiltIns ( Core core, string methodName ) : IEnumerable |
||
core | Core | |
methodName | string | |
return | IEnumerable |
protected StaticMirror ( ProtoCore core, string name = "" ) : System | ||
core | ProtoCore | |
name | string | |
return | System |