메소드 | 설명 | |
---|---|---|
GetEncoding ( ConsoleStreamType type ) : |
||
GetReader ( |
||
GetStream ( ConsoleStreamType type ) : Stream | ||
GetStreamProxy ( ConsoleStreamType type ) : Stream | ||
GetWriter ( ConsoleStreamType type ) : |
||
RedirectToConsole ( ) : void | ||
SetErrorOutput ( Stream stream, |
||
SetInput ( Stream stream, TextReader reader, |
||
SetOutput ( Stream stream, |
Only host should redirect I/O.
|
메소드 | 설명 | |
---|---|---|
InitializeErrorOutput ( ) : void | ||
InitializeInput ( ) : void | ||
InitializeOutput ( ) : void | ||
SharedIO ( ) : System.Linq.Expressions |
public GetEncoding ( ConsoleStreamType type ) : |
||
type | ConsoleStreamType | |
리턴 |
public GetReader ( |
||
encoding | ||
리턴 | TextReader |
public GetStream ( ConsoleStreamType type ) : Stream | ||
type | ConsoleStreamType | |
리턴 | Stream |
public GetStreamProxy ( ConsoleStreamType type ) : Stream | ||
type | ConsoleStreamType | |
리턴 | Stream |
public GetWriter ( ConsoleStreamType type ) : |
||
type | ConsoleStreamType | |
리턴 |
public SetErrorOutput ( Stream stream, |
||
stream | Stream | |
writer | ||
리턴 | void |
public SetInput ( Stream stream, TextReader reader, |
||
stream | Stream | |
reader | TextReader | |
encoding | ||
리턴 | void |
public SetOutput ( Stream stream, |
||
stream | Stream | |
writer | ||
리턴 | void |