메소드 | 설명 | |
---|---|---|
ExecRequestInfo ( ) : System |
Initializes a new instance of the ExecRequestInfo class.
|
|
ExecRequestInfo ( string command, Encoding encoding ) : System |
Initializes a new instance of the ExecRequestInfo class.
|
메소드 | 설명 | |
---|---|---|
LoadData ( ) : void |
Called when type specific data need to be loaded.
|
|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
public ExecRequestInfo ( string command, Encoding encoding ) : System | ||
command | string | The command. |
encoding | Encoding | The character encoding to use. |
리턴 | System |