Property | Type | Description | |
---|---|---|---|
ConsoleEncoding | string |
Method | Description | |
---|---|---|
Process ( string code, int &position ) : string |
Processes the specified code.
|
|
Process ( string code, int &injectionPos, int &injectionLength ) : string |
Processes the specified code.
|
static public Process ( string code, int &position ) : string | ||
code | string | The code. |
position | int | The position. |
return | string |
static public Process ( string code, int &injectionPos, int &injectionLength ) : string | ||
code | string | The code. |
injectionPos | int | The injection position. |
injectionLength | int | Length of the injection. |
return | string |