C# 클래스 ProcessInterface.ProcessEventArgs

The ProcessEventArgs are arguments for a console event.
상속: System.EventArgs
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 메소드들

메소드 설명
ProcessEventArgs ( ) : System

Initializes a new instance of the ConsoleEventArgs class.

ProcessEventArgs ( int code ) : System

Initializes a new instance of the ConsoleEventArgs class.

ProcessEventArgs ( string content ) : System

Initializes a new instance of the ConsoleEventArgs class.

ProcessEventArgs ( string content, int code ) : System

Initializes a new instance of the ConsoleEventArgs class.

메소드 상세

ProcessEventArgs() 공개 메소드

Initializes a new instance of the ConsoleEventArgs class.
public ProcessEventArgs ( ) : System
리턴 System

ProcessEventArgs() 공개 메소드

Initializes a new instance of the ConsoleEventArgs class.
public ProcessEventArgs ( int code ) : System
code int The code.
리턴 System

ProcessEventArgs() 공개 메소드

Initializes a new instance of the ConsoleEventArgs class.
public ProcessEventArgs ( string content ) : System
content string The content.
리턴 System

ProcessEventArgs() 공개 메소드

Initializes a new instance of the ConsoleEventArgs class.
public ProcessEventArgs ( string content, int code ) : System
content string The content.
code int The code.
리턴 System