C# 클래스 WebMarco.Utilities.Library.StopWatchTimer

파일 보기 프로젝트 열기: vhnatyk/WebMarco.2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Log string

공개 메소드들

메소드 설명
Reset ( ) : void
Start ( ) : void
Start ( string description ) : void
StartNewLap ( string description ) : void
Stop ( ) : void
ToString ( ) : string
WriteToLog ( ) : void

비공개 메소드들

메소드 설명
StartTheInterval ( ) : void

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Start() 공개 메소드

public Start ( string description ) : void
description string
리턴 void

StartNewLap() 공개 메소드

public StartNewLap ( string description ) : void
description string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteToLog() 공개 메소드

public WriteToLog ( ) : void
리턴 void

프로퍼티 상세

Log 공개적으로 프로퍼티

public string Log
리턴 string