C# 클래스 AddIn.Installer1

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

공개 메소드들

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

Register the assembly for COM interop

Installer1 ( ) : System

Default constructor

Uninstall ( IDictionary savedState ) : void

Unregister the assembly

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Install() 공개 메소드

Register the assembly for COM interop
public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary An IDictionary used to save information /// needed to perform a commit, rollback, or uninstall operation. ///
리턴 void

Installer1() 공개 메소드

Default constructor
public Installer1 ( ) : System
리턴 System

Uninstall() 공개 메소드

Unregister the assembly
The stateSaver parameter is a /// null reference (Nothing in Visual Basic). /// An exception occurred in the BeforeInstall event handler of one /// of the installers in the collection. /// -or- /// An exception occurred in the AfterInstall event handler of one /// of the installers in the collection.
public Uninstall ( IDictionary savedState ) : void
savedState IDictionary An IDictionary that contains the state of /// the computer after the installation was complete.
리턴 void