CounterInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- type
- CounterType
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
- type
- CounterType
- name
- String