프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ScriptIO | System |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
ScriptIO ( |
public SetErrorOutput ( Stream stream, |
||
stream | Stream | |
encoding | ||
리턴 | void |
public SetErrorOutput ( Stream stream, |
||
stream | Stream | |
writer | ||
리턴 | void |
public SetInput ( Stream stream, |
||
stream | Stream | |
encoding | ||
리턴 | void |
public SetInput ( Stream stream, TextReader reader, |
||
stream | Stream | |
reader | TextReader | |
encoding | ||
리턴 | 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. | |
리턴 | void |
public SetOutput ( Stream stream, |
||
stream | Stream | |
writer | ||
리턴 | void |