CounterSet Constructor (Guid, Guid, CounterSetInstanceType)
.NET Framework (current version)
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: