C# Class ConsoleApplication1.ExecutionTimer

Inheritance: IDisposable
Afficher le fichier Open project: drmohundro/presentations Class Usage Examples

Private Properties

Свойство Type Description
ExecutionTimer System
RandomizeConsoleColor void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Options ( bool showInfo = false ) : void
Options ( bool colorizeOutput = false, bool showInfo = false ) : void
Start ( string name, bool blockResults = false, bool infoOnly = false ) : ExecutionTimer

Private Methods

Méthode Description
ExecutionTimer ( string name, bool blockResults, bool infoOnly ) : System
RandomizeConsoleColor ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Options() public static méthode

public static Options ( bool showInfo = false ) : void
showInfo bool
Résultat void

Options() public static méthode

public static Options ( bool colorizeOutput = false, bool showInfo = false ) : void
colorizeOutput bool
showInfo bool
Résultat void

Start() public static méthode

public static Start ( string name, bool blockResults = false, bool infoOnly = false ) : ExecutionTimer
name string
blockResults bool
infoOnly bool
Résultat ExecutionTimer