Share via


CounterInfo Constructors

Definition

Overloads

CounterInfo(Int32, CounterType)

Constructor

CounterInfo(Int32, CounterType, String)

Constructor

CounterInfo(Int32, CounterType)

Constructor

public:
 CounterInfo(int id, System::Diagnostics::PerformanceData::CounterType type);
public CounterInfo (int id, System.Diagnostics.PerformanceData.CounterType type);
new System.Management.Automation.PerformanceData.CounterInfo : int * System.Diagnostics.PerformanceData.CounterType -> System.Management.Automation.PerformanceData.CounterInfo
Public Sub New (id As Integer, type As CounterType)

Parameters

id
Int32

Applies to

CounterInfo(Int32, CounterType, String)

Constructor

public:
 CounterInfo(int id, System::Diagnostics::PerformanceData::CounterType type, System::String ^ name);
public CounterInfo (int id, System.Diagnostics.PerformanceData.CounterType type, string name);
new System.Management.Automation.PerformanceData.CounterInfo : int * System.Diagnostics.PerformanceData.CounterType * string -> System.Management.Automation.PerformanceData.CounterInfo
Public Sub New (id As Integer, type As CounterType, name As String)

Parameters

id
Int32
name
String

Applies to