C# 클래스 Mirror.StaticMirror

상속: MirrorObject
파일 보기 프로젝트 열기: DynamoDS/Dynamo

보호된 프로퍼티들

프로퍼티 타입 설명
numBuiltInMethods int

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
StaticMirror ( ) : System
StaticMirror ( ProtoCore core, string name = "" ) : System

메소드 상세

GetAllTypes() 공개 정적인 메소드

Get all types except for internal VM types
public static GetAllTypes ( Core core ) : IEnumerable
core Core
리턴 IEnumerable

GetBuiltInMethods() 공개 정적인 메소드

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

GetClasses() 공개 정적인 메소드

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

GetGlobals() 공개 정적인 메소드

Get all methods and properties for all classes
public static GetGlobals ( Core core ) : IEnumerable
core Core
리턴 IEnumerable

GetOverloadsOnBuiltIns() 공개 정적인 메소드

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
리턴 IEnumerable

StaticMirror() 보호된 메소드

protected StaticMirror ( ) : System
리턴 System

StaticMirror() 보호된 메소드

protected StaticMirror ( ProtoCore core, string name = "" ) : System
core ProtoCore
name string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

numBuiltInMethods 보호되어 있는 정적으로 프로퍼티

protected static int numBuiltInMethods
리턴 int