메소드 | 설명 | |
---|---|---|
CreateInstance ( Array parameters, int length ) : ScriptUserdata | ||
GetMethod ( string name ) : |
||
GetValue ( object obj, string name ) : object | ||
GetVariableType ( string name ) : Type | ||
SetValue ( object obj, string name, ScriptValue value ) : void | ||
UserdataTypeFastReflect ( Type type, ScorpioFastReflectClass value ) : System |
public CreateInstance ( Array parameters, int length ) : ScriptUserdata | ||
parameters | Array | |
length | int | |
리턴 | ScriptUserdata |
public GetValue ( object obj, string name ) : object | ||
obj | object | |
name | string | |
리턴 | object |
public SetValue ( object obj, string name, ScriptValue value ) : void | ||
obj | object | |
name | string | |
value | ScriptValue | |
리턴 | void |
public UserdataTypeFastReflect ( Type type, ScorpioFastReflectClass value ) : System | ||
type | Type | |
value | ScorpioFastReflectClass | |
리턴 | System |