C# Class AddIn.Installer1

Inheritance: System.Configuration.Install.Installer
显示文件 Open project: CuchulainX/mindManagerMacros

Public Methods

Method Description
Install ( IDictionary stateSaver ) : void

Register the assembly for COM interop

Installer1 ( ) : System

Default constructor

Uninstall ( IDictionary savedState ) : void

Unregister the assembly

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

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

Install() public method

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. ///
return void

Installer1() public method

Default constructor
public Installer1 ( ) : System
return System

Uninstall() public method

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.
return void