Beef Corlib
Public Member Functions | Static Public Member Functions | Properties | List of all members
System.Diagnostics.Stopwatch Class Reference

Public Member Functions

void Start ()
 
void CopyFrom (Stopwatch sw)
 
 Stopwatch (bool startNow)
 
void Stop ()
 
void Reset ()
 
void Restart ()
 

Static Public Member Functions

static Stopwatch StartNew ()
 
static int64 GetTimestamp ()
 

Properties

bool IsRunning [get]
 
TimeSpan Elapsed [get]
 
int64 ElapsedMilliseconds [get]
 
int64 ElapsedMicroseconds [get]