Method | Description | |
---|---|---|
ExecRequestInfo ( ) : System |
Initializes a new instance of the ExecRequestInfo class.
|
|
ExecRequestInfo ( string command, Encoding encoding ) : System |
Initializes a new instance of the ExecRequestInfo class.
|
Method | Description | |
---|---|---|
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. |
return | System |