System.Diagnostics.PerformanceCounterInstaller Members

The members of System.Diagnostics.PerformanceCounterInstaller are listed below.

See Also: Inherited members from System.Configuration.Install.ComponentInstaller

Public Constructors

Public Properties

CategoryHelpstring.

Gets or sets the descriptive message for the performance counter.

CategoryNamestring.

Gets or sets the performance category name for the performance counter.

CategoryTypePerformanceCounterCategoryType.

Gets or sets the performance counter category type.

[read-only]
CountersCounterCreationDataCollection.

Gets a collection of data that pertains to the counters to install.

UninstallActionSystem.Configuration.Install.UninstallAction.

Gets a value that indicates whether the performance counter should be removed at uninstall time.

Public Methods

override
CopyFromComponent(System.ComponentModel.IComponent)

Copies all the properties from the specified component that are required at install time for a performance counter.

override
Install(IDictionary)

Performs the installation.

override
Rollback(IDictionary)

Restores the computer to the state it was in before the installation.

override
Uninstall(IDictionary)

Removes an installation.