C# Class System.Windows.Deployment

Inheritance: DependencyObject
Afficher le fichier Open project: shana/moon Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
RegisterAssembly ( Assembly assembly ) : void
SetCurrentApplication ( Application application ) : void

Private Methods

Méthode 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 méthode

public static RegisterAssembly ( Assembly assembly ) : void
assembly System.Reflection.Assembly
Résultat void

SetCurrentApplication() public static méthode

public static SetCurrentApplication ( Application application ) : void
application Application
Résultat void