C# Class System.Windows.Browser.ManagedObject

Inheritance: ScriptObject
显示文件 Open project: shana/moon Class Usage Examples

Private Properties

Property Type Description
RegisterScriptableType void
RegisterScriptableTypes bool
RegisterScriptableTypes bool
ScriptName string

Public Methods

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

Protected Methods

Method Description
ConvertTo ( Type targetType, bool allowSerialization ) : object

Private Methods

Method Description
RegisterScriptableType ( Type type ) : void
RegisterScriptableTypes ( MethodInfo mi ) : bool
RegisterScriptableTypes ( PropertyInfo pi ) : bool
ScriptName ( Type type ) : string

Method Details

ConvertTo() protected method

protected ConvertTo ( Type targetType, bool allowSerialization ) : object
targetType Type
allowSerialization bool
return object

GetProperty() public method

public GetProperty ( string name ) : object
name string
return object

Invoke() public method

public Invoke ( string name ) : object
name string
return object

InvokeSelf() public method

public InvokeSelf ( ) : object
return object

IsCreateable() public static method

public static IsCreateable ( Type type ) : bool
type Type
return bool

IsScriptable() public static method

public static IsScriptable ( Type t ) : bool
t Type
return bool

IsSupportedType() public static method

public static IsSupportedType ( Type t ) : bool
t Type
return bool

ManagedObject() public method

public ManagedObject ( object obj ) : System.Globalization
obj object
return System.Globalization

SetProperty() public method

public SetProperty ( string name, object value ) : void
name string
value object
return void