메소드 | 설명 | |
---|---|---|
AddExtensionMethod ( |
||
CreateInstance ( |
创建一个实例
|
|
GetComputeMethod ( TokenType type ) : |
获得运算符重载的函数
|
|
GetValue ( object obj, string name ) : object |
获得一个类变量
|
|
ReflectUserdataType ( Script script, |
||
SetValue ( object obj, string name, |
设置一个类变量
|
메소드 | 설명 | |
---|---|---|
GetMethod ( object obj, string name, |
||
GetMethod ( string name ) : |
||
GetVariable ( string name ) : |
||
InitializeConstructor ( ) : void | ||
InitializeMethods ( ) : void |
public AddExtensionMethod ( |
||
method | ||
리턴 | void |
public CreateInstance ( |
||
parameters | ||
리턴 | object |
public GetComputeMethod ( TokenType type ) : |
||
type | TokenType | |
리턴 |
public GetValue ( object obj, string name ) : object | ||
obj | object | |
name | string | |
리턴 | object |
public ReflectUserdataType ( Script script, |
||
script | Script | |
type | ||
리턴 | System |
public SetValue ( object obj, string name, |
||
obj | object | |
name | string | |
value | ||
리턴 | void |