Property | Type | Description | |
---|---|---|---|
m_Script | Script | ||
m_Type | Type |
Method | Description | |
---|---|---|
AddExtensionMethod ( |
||
CreateInstance ( |
创建一个实例
|
|
GetComputeMethod ( TokenType type ) : |
获得运算符重载的函数
|
|
GetValue ( object obj, string name ) : object |
获得一个类变量
|
|
MakeGenericType ( |
初始化泛型类
|
|
SetValue ( object obj, string name, |
设置一个类变量
|
|
UserdataType ( Script script, |
public abstract AddExtensionMethod ( |
||
method | ||
return | void |
public abstract CreateInstance ( |
||
parameters | ||
return | object |
public abstract GetComputeMethod ( TokenType type ) : |
||
type | TokenType | |
return |
public abstract GetValue ( object obj, string name ) : object | ||
obj | object | |
name | string | |
return | object |
public MakeGenericType ( |
||
parameters | ||
return |
public abstract SetValue ( object obj, string name, |
||
obj | object | |
name | string | |
value | ||
return | void |
public UserdataType ( Script script, |
||
script | Script | |
type | ||
return | System |