This documentation is archived and is not being maintained.
CounterSet Constructor
Visual Studio 2010
Initializes a new instance of the CounterSet class.
Assembly: System.Core (in System.Core.dll)
public:
CounterSet(
Guid providerGuid,
Guid counterSetGuid,
CounterSetInstanceType instanceType
)
Parameters
- providerGuid
- Type: System::Guid
Guid that uniquely identifies the provider of the counter data. Use the Guid specified in the manifest.
- counterSetGuid
- Type: System::Guid
Guid that uniquely identifies the counter set for a provider. Use the Guid specified in the manifest.
- instanceType
- Type: System.Diagnostics.PerformanceData::CounterSetInstanceType
Identifies the type of the counter set, for example, whether the counter set is a single or multiple instance counter set.
| Exception | Condition |
|---|---|
| InsufficientMemoryException | Not enough memory is available to complete the operation. |
| PlatformNotSupportedException | Not supported prior to Windows Vista. |
| ArgumentException | One of the parameters is NULL or not valid. |
| Win32Exception | An underlying Win32 function call failed. |
For an example, see System.Diagnostics.PerformanceData.
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: