C# 클래스 Sharpex2D.Debug.ThreadWatcher

상속: IDebugWatcher
파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes the object.

Dispose ( bool disposing ) : void

Disposes the object.

Start ( ) : void

Starts the component.

Stop ( ) : void

Stops the component.

ThreadWatcher ( ) : System

Initializes a new ThreadWatcher class.

비공개 메소드들

메소드 설명
RunInner ( ) : void

The Run loop.

메소드 상세

Dispose() 공개 메소드

Disposes the object.
public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

Disposes the object.
public Dispose ( bool disposing ) : void
disposing bool The Disposing state.
리턴 void

Start() 공개 메소드

Starts the component.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops the component.
public Stop ( ) : void
리턴 void

ThreadWatcher() 공개 메소드

Initializes a new ThreadWatcher class.
public ThreadWatcher ( ) : System
리턴 System