C# Class CSharpUtils.Logger.Stopwatch

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Свойство Type Description
DateTimeList List
LastDateTime System.DateTime

Méthodes publiques

Méthode Description
Start ( ) : Stopwatch
Stopwatch ( ) : System
Tick ( ) : System.TimeSpan
ToString ( ) : string

Method Details

Start() public méthode

public Start ( ) : Stopwatch
Résultat Stopwatch

Stopwatch() public méthode

public Stopwatch ( ) : System
Résultat System

Tick() public méthode

public Tick ( ) : System.TimeSpan
Résultat System.TimeSpan

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

DateTimeList protected_oe property

protected List DateTimeList
Résultat List

LastDateTime protected_oe property

protected DateTime,System LastDateTime
Résultat System.DateTime