C# Class AddIn.Installer1

Inheritance: System.Configuration.Install.Installer
Afficher le fichier Open project: CuchulainX/mindManagerMacros

Méthodes publiques

Méthode Description
Install ( IDictionary stateSaver ) : void

Register the assembly for COM interop

Installer1 ( ) : System

Default constructor

Uninstall ( IDictionary savedState ) : void

Unregister the assembly

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Install() public méthode

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. ///
Résultat void

Installer1() public méthode

Default constructor
public Installer1 ( ) : System
Résultat System

Uninstall() public méthode

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.
Résultat void