C# 클래스 Gallifrey.DeploymentUtils.Uninstaller

파일 보기 프로젝트 열기: BlythMeister/Gallifrey

공개 메소드들

메소드 설명
AutoInstall ( string ApplicationUriString ) : void
UninstallMe ( ) : void

Uninstalls the current ClickOnce app.

비공개 메소드들

메소드 설명
FindUninstallerOKButton ( IntPtr UninstallerWindow ) : IntPtr
FindUninstallerWindow ( string DisplayName ) : IntPtr
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetPublicKeyToken ( ) : string

Gets the public key token for the current ClickOnce app.

GetUninstallString ( string PublicKeyToken, string &DisplayName ) : string

Gets the uninstall string for the current ClickOnce app from the Windows Registry.

PushUninstallOKButton ( string DisplayName ) : void

메소드 상세

AutoInstall() 공개 정적인 메소드

public static AutoInstall ( string ApplicationUriString ) : void
ApplicationUriString string
리턴 void

UninstallMe() 공개 정적인 메소드

Uninstalls the current ClickOnce app.
public static UninstallMe ( ) : void
리턴 void