Property | Type | Description | |
---|---|---|---|
RegisterScriptableType | void | ||
RegisterScriptableTypes | bool | ||
RegisterScriptableTypes | bool | ||
ScriptName | string |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
ConvertTo ( Type targetType, bool allowSerialization ) : object |
Method | Description | |
---|---|---|
RegisterScriptableType ( Type type ) : void | ||
RegisterScriptableTypes ( |
||
RegisterScriptableTypes ( |
||
ScriptName ( Type type ) : string |
protected ConvertTo ( Type targetType, bool allowSerialization ) : object | ||
targetType | Type | |
allowSerialization | bool | |
return | object |
public static IsCreateable ( Type type ) : bool | ||
type | Type | |
return | bool |
public static IsSupportedType ( Type t ) : bool | ||
t | Type | |
return | bool |
public ManagedObject ( object obj ) : System.Globalization | ||
obj | object | |
return | System.Globalization |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |