Exemplo n.º 1
0
        public long GetValue()
        {
            long counter = 0L;

            WinAPIHelper.QueryPerformanceCounter(out counter);
            return((long)((double)counter * TickFrequency));
        }