System.Diagnostics.PerformanceCounterLib.PerformanceMonitor.PerformanceMonitor C# (CSharp) 메소드

PerformanceMonitor() 개인적인 메소드

private PerformanceMonitor ( string machineName ) : Microsoft.Win32
machineName string
리턴 Microsoft.Win32
            internal PerformanceMonitor(string machineName)
            {
                _machineName = machineName;
                Init();
            }
PerformanceCounterLib.PerformanceMonitor