The PerfInstaller type exposes the following members.

Events

  NameDescription
Public eventAfterInstall
Occurs after the Install(IDictionary) methods of all the installers in the Installers property have run.
(Inherited from Installer.)
Public eventAfterRollback
Occurs after the installations of all the installers in the Installers property are rolled back.
(Inherited from Installer.)
Public eventAfterUninstall
Occurs after all the installers in the Installers property perform their uninstallation operations.
(Inherited from Installer.)
Public eventBeforeInstall
Occurs before the Install(IDictionary) method of each installer in the installer collection has run.
(Inherited from Installer.)
Public eventBeforeRollback
Occurs before the installers in the Installers property are rolled back.
(Inherited from Installer.)
Public eventBeforeUninstall
Occurs before the installers in the Installers property perform their uninstall operations.
(Inherited from Installer.)
Public eventCommitted
Occurs after all the installers in the Installers property have committed their installations.
(Inherited from Installer.)
Public eventCommitting
Occurs before the installers in the Installers property committ their installations.
(Inherited from Installer.)
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)

See Also