C# Class X.SL.XamlLoader

Inheritance: IDisposable
Afficher le fichier Open project: liquidboy/X Class Usage Examples

Méthodes publiques

Méthode Description
CreateDependencyObjectFromFile ( string xaml, bool create_namescope, object element_type ) : DependencyObject
CreateDependencyObjectFromString ( string xaml, bool create_namescope, object element_type ) : DependencyObject
CreateFromFileWithError ( string xaml, bool create_namescope, Type &element_type, SLError error ) : object
CreateFromStringWithError ( string xaml, bool create_namescope, object element_type, int flags, SLError error, DependencyObject owner = null ) : object
Dispose ( ) : void
HydrateFromStringWithError ( string xaml, object obj, bool create_namescope, object element_type, int flags, SLError error ) : object

Method Details

CreateDependencyObjectFromFile() public méthode

public CreateDependencyObjectFromFile ( string xaml, bool create_namescope, object element_type ) : DependencyObject
xaml string
create_namescope bool
element_type object
Résultat DependencyObject

CreateDependencyObjectFromString() public méthode

public CreateDependencyObjectFromString ( string xaml, bool create_namescope, object element_type ) : DependencyObject
xaml string
create_namescope bool
element_type object
Résultat DependencyObject

CreateFromFileWithError() public méthode

public CreateFromFileWithError ( string xaml, bool create_namescope, Type &element_type, SLError error ) : object
xaml string
create_namescope bool
element_type System.Type
error SLError
Résultat object

CreateFromStringWithError() public méthode

public CreateFromStringWithError ( string xaml, bool create_namescope, object element_type, int flags, SLError error, DependencyObject owner = null ) : object
xaml string
create_namescope bool
element_type object
flags int
error SLError
owner DependencyObject
Résultat object

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HydrateFromStringWithError() public méthode

public HydrateFromStringWithError ( string xaml, object obj, bool create_namescope, object element_type, int flags, SLError error ) : object
xaml string
obj object
create_namescope bool
element_type object
flags int
error SLError
Résultat object