C# Class Mirror.StaticMirror

Inheritance: MirrorObject
Afficher le fichier Open project: DynamoDS/Dynamo

Protected Properties

Свойство Type Description
numBuiltInMethods int

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
StaticMirror ( ) : System
StaticMirror ( ProtoCore core, string name = "" ) : System

Method Details

GetAllTypes() public static méthode

Get all types except for internal VM types
public static GetAllTypes ( Core core ) : IEnumerable
core Core
Résultat IEnumerable

GetBuiltInMethods() public static méthode

List of built-in methods that are preloaded by default
public static GetBuiltInMethods ( Core core ) : IEnumerable
core Core
Résultat IEnumerable

GetClasses() public static méthode

Get all reference type classes imported in the VM except for internal and placeholder types
public static GetClasses ( Core core ) : IEnumerable
core Core
Résultat IEnumerable

GetGlobals() public static méthode

Get all methods and properties for all classes
public static GetGlobals ( Core core ) : IEnumerable
core Core
Résultat IEnumerable

GetOverloadsOnBuiltIns() public static méthode

Returns list of overloads (one or more) for a given built-in method
public static GetOverloadsOnBuiltIns ( Core core, string methodName ) : IEnumerable
core Core
methodName string
Résultat IEnumerable

StaticMirror() protected méthode

protected StaticMirror ( ) : System
Résultat System

StaticMirror() protected méthode

protected StaticMirror ( ProtoCore core, string name = "" ) : System
core ProtoCore
name string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

numBuiltInMethods protected_oe static_oe property

protected static int numBuiltInMethods
Résultat int