C# Класс AddIn.Installer1

Наследование: System.Configuration.Install.Installer
Показать файл Открыть проект

Открытые методы

Метод Описание
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