[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal counterName As String, _ ByVal counterHelp As String, _ ByVal counterType As PerformanceCounterType _ ) [C#] public CounterCreationData( string counterName, string counterHelp, PerformanceCounterType counterType ); [C++] public: CounterCreationData( String* counterName, String* counterHelp, PerformanceCounterType counterType ); [JScript] public function CounterCreationData( counterName : String, counterHelp : String, counterType : PerformanceCounterType );
CounterCreationData Class | CounterCreationData Members | System.Diagnostics Namespace | CounterCreationData Constructor Overload List