Property | Type | Description | |
---|---|---|---|
native_loader | |||
plugin | |||
resourceBase | string | ||
surface |
Method | Description | |
---|---|---|
CreateFromFile ( string path, bool createNamescope, Kind &kind ) : |
||
CreateFromString ( string xaml, bool createNamescope, Kind &kind ) : |
||
CreateFromString ( string xaml, bool createNamescope, bool validateTemplates, Kind &kind ) : |
||
CreateFromString ( string xaml, bool createNamescope, bool validateTemplates, bool import_default_xmlns, Kind &kind ) : |
||
CreateManagedXamlLoader ( |
||
CreateManagedXamlLoader ( string resourceBase, |
||
CreateObjectFromFile ( string path, bool createNamescope ) : object | ||
CreateObjectFromString ( string xaml, bool createNamescope ) : object | ||
CreateObjectFromString ( string xaml, bool createNamescope, bool validateTemplates ) : object | ||
Hydrate ( |
||
Hydrate ( |
||
Hydrate ( |
||
Hydrate ( |
||
Setup ( |
||
XamlLoader ( ) : System | ||
XamlLoader ( string resourceBase, |
Method | Description | |
---|---|---|
CreateFromFileInternal ( string path, bool createNamescope, Kind &kind ) : |
||
CreateFromStringInternal ( string xaml, bool createNamescope, bool validateTemplates, bool import_default_xmlns, Kind &kind ) : |
||
HydrateInternal ( |
public CreateFromFile ( string path, bool createNamescope, Kind &kind ) : |
||
path | string | |
createNamescope | bool | |
kind | Kind | |
return |
protected abstract CreateFromFileInternal ( string path, bool createNamescope, Kind &kind ) : |
||
path | string | |
createNamescope | bool | |
kind | Kind | |
return |
public CreateFromString ( string xaml, bool createNamescope, Kind &kind ) : |
||
xaml | string | |
createNamescope | bool | |
kind | Kind | |
return |
public CreateFromString ( string xaml, bool createNamescope, bool validateTemplates, Kind &kind ) : |
||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
kind | Kind | |
return |
public CreateFromString ( string xaml, bool createNamescope, bool validateTemplates, bool import_default_xmlns, Kind &kind ) : |
||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
import_default_xmlns | bool | |
kind | Kind | |
return |
protected abstract CreateFromStringInternal ( string xaml, bool createNamescope, bool validateTemplates, bool import_default_xmlns, Kind &kind ) : |
||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
import_default_xmlns | bool | |
kind | Kind | |
return |
public static CreateManagedXamlLoader ( |
||
assembly | ||
resourceBase | string | |
surface | ||
plugin | ||
return |
public static CreateManagedXamlLoader ( string resourceBase, |
||
resourceBase | string | |
surface | ||
plugin | ||
return |
public abstract CreateObjectFromFile ( string path, bool createNamescope ) : object | ||
path | string | |
createNamescope | bool | |
return | object |
public abstract CreateObjectFromString ( string xaml, bool createNamescope ) : object | ||
xaml | string | |
createNamescope | bool | |
return | object |
public abstract CreateObjectFromString ( string xaml, bool createNamescope, bool validateTemplates ) : object | ||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
return | object |
public Hydrate ( |
||
value | ||
xaml | string | |
return | void |
public Hydrate ( |
||
value | ||
xaml | string | |
createNamescope | bool | |
return | void |
public Hydrate ( |
||
value | ||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
return | void |
public Hydrate ( |
||
value | ||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
import_default_xmlns | bool | |
return | void |
protected abstract HydrateInternal ( |
||
value | ||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
import_default_xmlns | bool | |
return | void |
public Setup ( |
||
native_loader | ||
plugin | ||
surface | ||
filename | string | |
contents | string | |
return | void |
public XamlLoader ( string resourceBase, |
||
resourceBase | string | |
surface | ||
plugin | ||
return | System |