반응형 Tickcount1 Environment.TickCount Environment.TickCount 이란? 시스템 시작 이후 경과 시간(밀리초)을 가져온다. 네임스페이스: System 어셈블리: System.Runtime.dll public static int TickCount { get; } 컴퓨터가 마지막으로 시작된 이후 경과된 시간(밀리초)을 포함하는 부호 있는 32비트 정수이다. 예제 코드 // Sample for the Environment.TickCount property. // TickCount cycles between Int32.MinValue, which is a negative // number, and Int32.MaxValue once every 49.8 days. This sample // removes the sign bit to yie.. 2023. 8. 24. 이전 1 다음