Méthode | Description | |
---|---|---|
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 | |
Résultat | ScriptUserdata |
public GetMethod ( string name ) : |
||
name | string | |
Résultat |
public GetValue ( object obj, string name ) : object | ||
obj | object | |
name | string | |
Résultat | object |
public GetVariableType ( string name ) : Type | ||
name | string | |
Résultat | Type |
public SetValue ( object obj, string name, ScriptValue value ) : void | ||
obj | object | |
name | string | |
value | ScriptValue | |
Résultat | void |
public UserdataTypeFastReflect ( Type type, ScorpioFastReflectClass value ) : System | ||
type | Type | |
value | ScorpioFastReflectClass | |
Résultat | System |