프로퍼티 | 타입 | 설명 | |
---|---|---|---|
RegisterScriptableType | void | ||
RegisterScriptableTypes | bool | ||
RegisterScriptableTypes | bool | ||
ScriptName | string |
메소드 | 설명 | |
---|---|---|
GetProperty ( string name ) : object | ||
Invoke ( string name ) : object | ||
InvokeSelf ( ) : object | ||
IsCreateable ( Type type ) : bool | ||
IsScriptable ( Type t ) : bool | ||
IsSupportedType ( Type t ) : bool | ||
ManagedObject ( object obj ) : System.Globalization | ||
SetProperty ( string name, object value ) : void |
메소드 | 설명 | |
---|---|---|
ConvertTo ( Type targetType, bool allowSerialization ) : object |
메소드 | 설명 | |
---|---|---|
RegisterScriptableType ( Type type ) : void | ||
RegisterScriptableTypes ( |
||
RegisterScriptableTypes ( |
||
ScriptName ( Type type ) : string |
protected ConvertTo ( Type targetType, bool allowSerialization ) : object | ||
targetType | Type | |
allowSerialization | bool | |
리턴 | object |
public ManagedObject ( object obj ) : System.Globalization | ||
obj | object | |
리턴 | System.Globalization |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
리턴 | void |