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

PerformanceCounter() public method

public PerformanceCounter ( string categoryName, string counterName, string instanceName, bool readOnly )
categoryName string
counterName string
instanceName string
readOnly bool
        public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readOnly) { }
        public PerformanceCounter(string categoryName, string counterName, string instanceName, string machineName) { }

Same methods

PerformanceCounter::PerformanceCounter ( )
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, string machineName )