C# 클래스 DroidExplorer.Core.UI.CConsole.Api.ProcessEventArgs

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

공개 메소드들

메소드 설명
ProcessEventArgs ( ) : System

Initializes a new instance of the ProcessEventArgs class.

ProcessEventArgs ( int code ) : System

Initializes a new instance of the ProcessEventArgs class.

ProcessEventArgs ( string content ) : System

Initializes a new instance of the ProcessEventArgs class.

ProcessEventArgs ( string content, int code ) : System

Initializes a new instance of the ProcessEventArgs class.

메소드 상세

ProcessEventArgs() 공개 메소드

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

ProcessEventArgs() 공개 메소드

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

ProcessEventArgs() 공개 메소드

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

ProcessEventArgs() 공개 메소드

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