C# Class System.Windows.Browser.ManagedObject

Inheritance: ScriptObject
Afficher le fichier Open project: shana/moon Class Usage Examples

Private Properties

Свойство Type Description
RegisterScriptableType void
RegisterScriptableTypes bool
RegisterScriptableTypes bool
ScriptName string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ConvertTo ( Type targetType, bool allowSerialization ) : object

Private Methods

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

Method Details

ConvertTo() protected méthode

protected ConvertTo ( Type targetType, bool allowSerialization ) : object
targetType Type
allowSerialization bool
Résultat object

GetProperty() public méthode

public GetProperty ( string name ) : object
name string
Résultat object

Invoke() public méthode

public Invoke ( string name ) : object
name string
Résultat object

InvokeSelf() public méthode

public InvokeSelf ( ) : object
Résultat object

IsCreateable() public static méthode

public static IsCreateable ( Type type ) : bool
type Type
Résultat bool

IsScriptable() public static méthode

public static IsScriptable ( Type t ) : bool
t Type
Résultat bool

IsSupportedType() public static méthode

public static IsSupportedType ( Type t ) : bool
t Type
Résultat bool

ManagedObject() public méthode

public ManagedObject ( object obj ) : System.Globalization
obj object
Résultat System.Globalization

SetProperty() public méthode

public SetProperty ( string name, object value ) : void
name string
value object
Résultat void