C# 클래스 ConsoleApplication1.ExecutionTimer

상속: IDisposable
파일 보기 프로젝트 열기: drmohundro/presentations 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ExecutionTimer System
RandomizeConsoleColor void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ExecutionTimer ( string name, bool blockResults, bool infoOnly ) : System
RandomizeConsoleColor ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Options() 공개 정적인 메소드

public static Options ( bool showInfo = false ) : void
showInfo bool
리턴 void

Options() 공개 정적인 메소드

public static Options ( bool colorizeOutput = false, bool showInfo = false ) : void
colorizeOutput bool
showInfo bool
리턴 void

Start() 공개 정적인 메소드

public static Start ( string name, bool blockResults = false, bool infoOnly = false ) : ExecutionTimer
name string
blockResults bool
infoOnly bool
리턴 ExecutionTimer