Метод | Описание | |
---|---|---|
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 |