메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
CloseWrite ( ) : void | ||
CopyFromAsync ( Stream input, CancellationToken cancellationToken ) : Task | ||
CopyOutputToAsync ( Stream stdin, Stream stdout, Stream stderr, CancellationToken cancellationToken ) : Task | ||
Dispose ( ) : void | ||
MultiplexedStream ( Stream stream, bool multiplexed ) : System | ||
Peek ( Array buffer, uint toPeek, uint &peeked, uint &available, uint &remaining ) : bool | ||
ReadOutputAsync ( Array buffer, int offset, int count, CancellationToken cancellationToken ) : Task |
||
WriteAsync ( Array buffer, int offset, int count, CancellationToken cancellationToken ) : Task |
메소드 | 설명 | |
---|---|---|
ReadOutputToEndAsync ( CancellationToken cancellationToken ) : System |
public CopyFromAsync ( Stream input, CancellationToken cancellationToken ) : Task | ||
input | Stream | |
cancellationToken | CancellationToken | |
리턴 | Task |
public CopyOutputToAsync ( Stream stdin, Stream stdout, Stream stderr, CancellationToken cancellationToken ) : Task | ||
stdin | Stream | |
stdout | Stream | |
stderr | Stream | |
cancellationToken | CancellationToken | |
리턴 | Task |
public MultiplexedStream ( Stream stream, bool multiplexed ) : System | ||
stream | Stream | |
multiplexed | bool | |
리턴 | System |
public Peek ( Array buffer, uint toPeek, uint &peeked, uint &available, uint &remaining ) : bool | ||
buffer | Array | |
toPeek | uint | |
peeked | uint | |
available | uint | |
remaining | uint | |
리턴 | bool |
public ReadOutputAsync ( Array buffer, int offset, int count, CancellationToken cancellationToken ) : Task |
||
buffer | Array | |
offset | int | |
count | int | |
cancellationToken | CancellationToken | |
리턴 | Task |
public WriteAsync ( Array buffer, int offset, int count, CancellationToken cancellationToken ) : Task | ||
buffer | Array | |
offset | int | |
count | int | |
cancellationToken | CancellationToken | |
리턴 | Task |