System.Diagnostics.PerformanceCounter.PerformanceCounter C# (CSharp) Method

PerformanceCounter() public method

public PerformanceCounter ( )
        public PerformanceCounter() { }
        public PerformanceCounter(string categoryName, string counterName) { }

Same methods

PerformanceCounter::PerformanceCounter ( string categoryName, string counterName )
PerformanceCounter::PerformanceCounter ( string categoryName, string counterName, bool readOnly )
PerformanceCounter::PerformanceCounter ( string categoryName, string counterName, string instanceName )
PerformanceCounter::PerformanceCounter ( string categoryName, string counterName, string instanceName, bool readOnly )
PerformanceCounter::PerformanceCounter ( string categoryName, string counterName, string instanceName, string machineName )