Свойство | Тип | Описание | |
---|---|---|---|
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 GetProperty ( string name ) : object | ||
name | string | |
Результат | object |
public static IsCreateable ( Type type ) : bool | ||
type | Type | |
Результат | bool |
public static IsScriptable ( Type t ) : bool | ||
t | Type | |
Результат | bool |
public static IsSupportedType ( Type t ) : bool | ||
t | Type | |
Результат | bool |
public ManagedObject ( object obj ) : System.Globalization | ||
obj | object | |
Результат | System.Globalization |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
Результат | void |