C# Class System.Windows.Deployment

Inheritance: DependencyObject
Datei anzeigen Open project: shana/moon Class Usage Examples

Private Properties

Property Type Description
AssemblyGetResponse void
AssemblyRegister void
CompareRuntimeVersions void
CreateApplication bool
DownloadAssembly void
EmitError void
ExtractXap void
GetAppIdForUri string
InitializeDeployment bool
InitializeDeployment bool
LoadAssemblies bool
QueueForShutdown bool
ReadManifest void
SetEntryAssembly void
Shutdown bool
TerminateAndSetCulture void
TerminateCurrentApplication void
UnqueueForShutdown void

Public Methods

Method Description
RegisterAssembly ( Assembly assembly ) : void
SetCurrentApplication ( Application application ) : void

Private Methods

Method Description
AssemblyGetResponse ( IAsyncResult result ) : void
AssemblyRegister ( Assembly assembly ) : void
CompareRuntimeVersions ( ) : void
CreateApplication ( ) : bool
DownloadAssembly ( Uri uri, int errorCode ) : void
EmitError ( int errorCode, string message ) : void
ExtractXap ( string xapPath ) : void
GetAppIdForUri ( Uri AppUri, string &xapLocationStr ) : string
InitializeDeployment ( IntPtr plugin, string xapPath, string culture, string uiCulture ) : bool
InitializeDeployment ( string culture, string uiCulture ) : bool
LoadAssemblies ( ) : bool
QueueForShutdown ( System.Action a ) : bool
ReadManifest ( ) : void
SetEntryAssembly ( Assembly asm ) : void
Shutdown ( ) : bool
TerminateAndSetCulture ( string culture, string uiCulture ) : void
TerminateCurrentApplication ( ) : void
UnqueueForShutdown ( System.Action a ) : void

Method Details

RegisterAssembly() public static method

public static RegisterAssembly ( Assembly assembly ) : void
assembly System.Reflection.Assembly
return void

SetCurrentApplication() public static method

public static SetCurrentApplication ( Application application ) : void
application Application
return void