C# Class X.SL.XamlLoader

Inheritance: IDisposable
Exibir arquivo Open project: liquidboy/X Class Usage Examples

Public Methods

Method 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 method

public CreateDependencyObjectFromFile ( string xaml, bool create_namescope, object element_type ) : DependencyObject
xaml string
create_namescope bool
element_type object
return DependencyObject

CreateDependencyObjectFromString() public method

public CreateDependencyObjectFromString ( string xaml, bool create_namescope, object element_type ) : DependencyObject
xaml string
create_namescope bool
element_type object
return DependencyObject

CreateFromFileWithError() public method

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

CreateFromStringWithError() public method

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
return object

Dispose() public method

public Dispose ( ) : void
return void

HydrateFromStringWithError() public method

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
return object