This documentation is archived and is not being maintained.

CounterSet Constructor

Initializes a new instance of the CounterSet class.

Namespace:  System.Diagnostics.PerformanceData
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.

ExceptionCondition
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.

Registers your provider. Calling the Dispose method removes the registration.

.NET Framework

Supported in: 4, 3.5

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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: