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

Init() 개인적인 메소드

private Init ( ) : void
리턴 void
            private void Init()
            {
                _perfDataKey = Registry.PerformanceData;
            }
PerformanceCounterLib.PerformanceMonitor