메소드 | 설명 | |
---|---|---|
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.
|
public ProcessEventArgs ( int code ) : System | ||
code | int | The code. |
리턴 | System |
public ProcessEventArgs ( string content ) : System | ||
content | string | The content. |
리턴 | System |
public ProcessEventArgs ( string content, int code ) : System | ||
content | string | The content. |
code | int | The code. |
리턴 | System |