AdvancedLauncher.Tools.NativeMethods.QueryIdleProcessorCycleTime C# (CSharp) Méthode

QueryIdleProcessorCycleTime() private méthode

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