Method | Description | |
---|---|---|
CreateXamlLoader ( |
Creates a new Loader for a XAML file.
|
|
DestroyApplication ( |
Shutsdown the Application contained in the XAP file in the current AppDomain
|
|
InitializeDeployment ( |
Loads the Application contained in the XAP file into the current AppDomain
|
|
InitializeDeployment ( string culture, string uiCulture ) : bool |
public static CreateXamlLoader ( |
||
native_loader | ||
plugin | ||
surface | ||
resourceBase | string | |
filename | string | |
contents | string | |
return |
public static DestroyApplication ( |
||
plugin | ||
return | void |
public static InitializeDeployment ( |
||
plugin | ||
xapFile | string | |
culture | string | |
uiCulture | string | |
return | bool |
public static InitializeDeployment ( string culture, string uiCulture ) : bool | ||
culture | string | |
uiCulture | string | |
return | bool |