프로퍼티 | 타입 | 설명 | |
---|---|---|---|
native_loader | |||
plugin | |||
resourceBase | string | ||
surface |
메소드 | 설명 | |
---|---|---|
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, |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 |
protected abstract CreateFromFileInternal ( string path, bool createNamescope, Kind &kind ) : |
||
path | string | |
createNamescope | bool | |
kind | Kind | |
리턴 |
public CreateFromString ( string xaml, bool createNamescope, Kind &kind ) : |
||
xaml | string | |
createNamescope | bool | |
kind | Kind | |
리턴 |
public CreateFromString ( string xaml, bool createNamescope, bool validateTemplates, Kind &kind ) : |
||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
kind | Kind | |
리턴 |
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 | |
리턴 |
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 | |
리턴 |
public static CreateManagedXamlLoader ( |
||
assembly | ||
resourceBase | string | |
surface | ||
plugin | ||
리턴 |
public static CreateManagedXamlLoader ( string resourceBase, |
||
resourceBase | string | |
surface | ||
plugin | ||
리턴 |
public abstract CreateObjectFromFile ( string path, bool createNamescope ) : object | ||
path | string | |
createNamescope | bool | |
리턴 | object |
public abstract CreateObjectFromString ( string xaml, bool createNamescope ) : object | ||
xaml | string | |
createNamescope | bool | |
리턴 | object |
public abstract CreateObjectFromString ( string xaml, bool createNamescope, bool validateTemplates ) : object | ||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
리턴 | object |
public Hydrate ( |
||
value | ||
xaml | string | |
리턴 | void |
public Hydrate ( |
||
value | ||
xaml | string | |
createNamescope | bool | |
리턴 | void |
public Hydrate ( |
||
value | ||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
리턴 | void |
public Hydrate ( |
||
value | ||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
import_default_xmlns | bool | |
리턴 | void |
protected abstract HydrateInternal ( |
||
value | ||
xaml | string | |
createNamescope | bool | |
validateTemplates | bool | |
import_default_xmlns | bool | |
리턴 | void |
public Setup ( |
||
native_loader | ||
plugin | ||
surface | ||
filename | string | |
contents | string | |
리턴 | void |
public XamlLoader ( string resourceBase, |
||
resourceBase | string | |
surface | ||
plugin | ||
리턴 | System |