C# 클래스 System.Windows.Deployment

상속: DependencyObject
파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
RegisterAssembly ( Assembly assembly ) : void
SetCurrentApplication ( Application application ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

RegisterAssembly() 공개 정적인 메소드

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

SetCurrentApplication() 공개 정적인 메소드

public static SetCurrentApplication ( Application application ) : void
application Application
리턴 void