PerformanceCounterInstallerBuilder Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The PerformanceCounterInstallerBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PerformanceCounterInstallerBuilder |
Initializes this object with a list of Types that may potentially be attributed appropriately.
|
Methods
Name | Description | |
---|---|---|
ConfirmAttributeExists |
Helper method to determine if the given type is attributed with the necessary attributes to be installed for a given installer
(Inherited from AbstractInstallerBuilder.) |
|
CreateInstallers |
Creates PerformanceCounterInstaller instances for each separate performance counter definition needing installation.
(Overrides AbstractInstallerBuilder.CreateInstallers(ICollection<Type>).) |
|
Equals | (Inherited from Object.) | |
Fill |
Fills the given installer with other, more specific kinds of installers that have been filled with the appropriate kinds of installable resources
(Inherited from AbstractInstallerBuilder.) |
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsInstrumented |
Helper method to determine if the attributes for a given type match the attributes used to specify a specific kind of installable resource. The type should be attributed with HasInstallableResourcesAttribute and the attribute passed to this method call.
(Inherited from AbstractInstallerBuilder.) |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
InstrumentedTypes |
Gets or sets a list of all instrumentented types found in a given assembly. Types are instrumented if they are attributed with HasInstallableResourcesAttribute and another attribute specifying another, more specific resource type.
(Inherited from AbstractInstallerBuilder.) |
See Also
PerformanceCounterInstallerBuilder Class
Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |