C# 클래스 Microsoft.ManagementConsole.SnapInInstaller

상속: System.Configuration.Install.Installer
파일 보기 프로젝트 열기: SiteView/ECC8.13

공개 메소드들

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

비공개 메소드들

메소드 설명
ReflectSnapIn ( ) : Microsoft.ManagementConsole.Internal.SnapInRegistrationInfo[]
RemoveAssemblySnapInsFromRegistry ( ) : 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