Mono Class Library: Overview

System.Diagnostics.Stopwatch: Members

The members of System.Diagnostics.Stopwatch are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

static readonly
Frequencylong (10000000). Documentation for this section has not yet been entered.
static readonly
IsHighResolutionbool. Documentation for this section has not yet been entered.

Public Properties

[read-only]
ElapsedTimeSpan. Documentation for this section has not yet been entered.
[read-only]
ElapsedMillisecondslong. Documentation for this section has not yet been entered.
[read-only]
ElapsedTickslong. Documentation for this section has not yet been entered.
[read-only]
IsRunningbool. Documentation for this section has not yet been entered.

Public Methods

static
GetTimestamp() : long
Documentation for this section has not yet been entered.
Reset()
Documentation for this section has not yet been entered.
Start()
Documentation for this section has not yet been entered.
static
StartNew() : Stopwatch
Documentation for this section has not yet been entered.
Stop()
Documentation for this section has not yet been entered.