Algorithms.HighResolutionTime.QueryPerformanceFrequency C# (CSharp) Méthode

QueryPerformanceFrequency() private méthode

private QueryPerformanceFrequency ( long &freq ) : bool
freq long
Résultat bool
        private static extern bool QueryPerformanceFrequency(out long freq);
        #endregion