C# 클래스 YAMP.PauseEventArgs

Data used for giving user prompts.
상속: System.EventArgs
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
Continue ( ) : void

Continues with the given input.

PauseEventArgs ( EventWaitHandle waitHandle ) : System

Creates a new user input event argument.

메소드 상세

Continue() 공개 메소드

Continues with the given input.
public Continue ( ) : void
리턴 void

PauseEventArgs() 공개 메소드

Creates a new user input event argument.
public PauseEventArgs ( EventWaitHandle waitHandle ) : System
waitHandle System.Threading.EventWaitHandle The wait handle where the waiting is based on.
리턴 System