프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_Script | Script | ||
m_Type | Type |
메소드 | 설명 | |
---|---|---|
AddExtensionMethod ( |
||
CreateInstance ( |
创建一个实例
|
|
GetComputeMethod ( TokenType type ) : |
获得运算符重载的函数
|
|
GetValue ( object obj, string name ) : object |
获得一个类变量
|
|
MakeGenericType ( |
初始化泛型类
|
|
SetValue ( object obj, string name, |
设置一个类变量
|
|
UserdataType ( Script script, |
public abstract AddExtensionMethod ( |
||
method | ||
리턴 | void |
public abstract CreateInstance ( |
||
parameters | ||
리턴 | object |
public abstract GetComputeMethod ( TokenType type ) : |
||
type | TokenType | |
리턴 |
public abstract GetValue ( object obj, string name ) : object | ||
obj | object | |
name | string | |
리턴 | object |
public MakeGenericType ( |
||
parameters | ||
리턴 |
public abstract SetValue ( object obj, string name, |
||
obj | object | |
name | string | |
value | ||
리턴 | void |
public UserdataType ( Script script, |
||
script | Script | |
type | ||
리턴 | System |