PerformanceCounterAttribute 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 PerformanceCounterAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PerformanceCounterAttribute |
Initializes this object with all data needed to install a PerformanceCounter.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
HasBaseCounter |
Used to determine if the counter being installed has a base counter associated with it.
|
|
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
BaseCounterHelp |
Gets and sets the base PerformanceCounter help resource name. This is not the help text itself, but is the resource name used to look up the internationalized help text at install-time. This is an optional property used when the counter being defined requires a base counter to operate, such as for averages, etc.
|
|
BaseCounterName |
Gets and sets the base PerformanceCounter name. This is an optional property used when the counter being defined requires a base counter to operate, such as for averages, etc.
|
|
BaseCounterType |
Gets and sets the base PerformanceCounter type. This is an optional property used when the counter being defined requires a base counter to operate, such as for averages, etc.
|
|
CounterHelp |
Get the name of Help resource string. This is not the help text itself, but is the resource name used to look up the internationalized help text at install-time.
|
|
CounterName |
Gets the PerformanceCounter name.
|
|
CounterType |
Gets the PerformanceCounter type.
|
|
TypeId | (Inherited from Attribute.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
See Also
PerformanceCounterAttribute 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. |