C# Class WebMarco.Utilities.Library.StopWatchTimer

Mostra file Open project: vhnatyk/WebMarco.2.0 Class Usage Examples

Public Properties

Property Type Description
Log string

Public Methods

Method Description
Reset ( ) : void
Start ( ) : void
Start ( string description ) : void
StartNewLap ( string description ) : void
Stop ( ) : void
ToString ( ) : string
WriteToLog ( ) : void

Private Methods

Method Description
StartTheInterval ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Start() public method

public Start ( string description ) : void
description string
return void

StartNewLap() public method

public StartNewLap ( string description ) : void
description string
return void

Stop() public method

public Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

WriteToLog() public method

public WriteToLog ( ) : void
return void

Property Details

Log public_oe property

public string Log
return string