C# 클래스 PDFBinder.ShellInstaller

상속: System.Configuration.Install.Installer
파일 보기 프로젝트 열기: schourode/pdfbinder

공개 메소드들

메소드 설명
Install ( IDictionary stateSaver ) : void
Rollback ( IDictionary savedState ) : void
Uninstall ( IDictionary savedState ) : void

비공개 메소드들

메소드 설명
AddShellExtension ( ) : void
OpenPdfShellKey ( bool &installed ) : RegistryKey
RemoveShellExtension ( ) : void

메소드 상세

Install() 공개 메소드

public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
리턴 void

Rollback() 공개 메소드

public Rollback ( IDictionary savedState ) : void
savedState IDictionary
리턴 void

Uninstall() 공개 메소드

public Uninstall ( IDictionary savedState ) : void
savedState IDictionary
리턴 void