Свойство | Type | Description | |
---|---|---|---|
ScriptIO | System |
Méthode | Description | |
---|---|---|
InitializeLifetimeService ( ) : object | ||
RedirectToConsole ( ) : void | ||
SetErrorOutput ( Stream stream, |
||
SetErrorOutput ( Stream stream, |
||
SetInput ( Stream stream, |
||
SetInput ( Stream stream, TextReader reader, |
||
SetOutput ( Stream stream, |
Used if the host stores the output as binary data.
|
|
SetOutput ( Stream stream, |
Used if the host handles both kinds of data (textual and binary) by itself.
|
Méthode | Description | |
---|---|---|
ScriptIO ( |
public InitializeLifetimeService ( ) : object | ||
Résultat | object |
public SetErrorOutput ( Stream stream, |
||
stream | Stream | |
encoding | ||
Résultat | void |
public SetErrorOutput ( Stream stream, |
||
stream | Stream | |
writer | ||
Résultat | void |
public SetInput ( Stream stream, |
||
stream | Stream | |
encoding | ||
Résultat | void |
public SetInput ( Stream stream, TextReader reader, |
||
stream | Stream | |
reader | TextReader | |
encoding | ||
Résultat | void |
public SetOutput ( Stream stream, |
||
stream | Stream | Binary stream to write data to. |
encoding | Encoding used to convert textual data written to the output by the script. | |
Résultat | void |
public SetOutput ( Stream stream, |
||
stream | Stream | |
writer | ||
Résultat | void |