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

QueryPerformanceCounter() private méthode

private QueryPerformanceCounter ( long &perfcount ) : bool
perfcount long
Résultat bool
        private static extern bool QueryPerformanceCounter(out long perfcount);