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);