Desktop Functions: Smart Device Functions:
|
Search Results for "StopWatch" in [All]urlmon1: CopyMemory
Dim sw As Stopwatch = Stopwatch.StartNew() kernel322: GetTickCount System.Diagnostics.StopWatch sw = new System.Diagnostics.StopWatch(); There is a class named StopWatch (namespace System.Diagnostics) who uses the Performance Counter and Frequency functions. This class is within the 2.0 version of the .NET Framework. 4: StopWatch |