AdvancedLauncher.Tools.NativeMethods.QueryIdleProcessorCycleTime C# (CSharp) 메소드

QueryIdleProcessorCycleTime() 개인적인 메소드

private QueryIdleProcessorCycleTime ( int &bufferLength, System.Int64 processorIdleCycleTime ) : bool
bufferLength int
processorIdleCycleTime System.Int64
리턴 bool
        public static extern bool QueryIdleProcessorCycleTime(ref int bufferLength, Int64[] processorIdleCycleTime);