System.Diagnostics.PerformanceCounter.PerformanceCounter C# (CSharp) 메소드

PerformanceCounter() 공개 메소드

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 )