C# 클래스 Mono.CSharp.Timer

파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
ShowCounter ( CounterType which, string msg ) : void
ShowTimer ( TimerType which, string msg ) : void

비공개 메소드들

메소드 설명
IncrementCounter ( CounterType which ) : void
ShowTimers ( ) : void
StartTimer ( TimerType which ) : void
StopTimer ( TimerType which ) : void
Timer ( ) : System

메소드 상세

ShowCounter() 정적인 공개 메소드

static public ShowCounter ( CounterType which, string msg ) : void
which CounterType
msg string
리턴 void

ShowTimer() 정적인 공개 메소드

static public ShowTimer ( TimerType which, string msg ) : void
which TimerType
msg string
리턴 void