Method | Description | |
---|---|---|
AddExtensionMethod ( |
||
CreateInstance ( |
||
FastReflectUserdataType ( Script script, |
||
GetComputeMethod ( TokenType type ) : |
||
GetValue ( object obj, string name ) : object | ||
SetValue ( object obj, string name, |
public AddExtensionMethod ( |
||
method | ||
return | void |
public CreateInstance ( |
||
parameters | ||
return | object |
public FastReflectUserdataType ( Script script, |
||
script | Script | |
type | ||
value | IScorpioFastReflectClass | |
return | System |
public GetComputeMethod ( TokenType type ) : |
||
type | TokenType | |
return |
public GetValue ( object obj, string name ) : object | ||
obj | object | |
name | string | |
return | object |
public SetValue ( object obj, string name, |
||
obj | object | |
name | string | |
value | ||
return | void |