C# Class System.Diagnostics.AsyncStreamReader

Inheritance: IDisposable
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Close ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AsyncStreamReader ( Process process, Stream stream, UserCallBack callback, Encoding encoding ) : System
AsyncStreamReader ( Process process, Stream stream, UserCallBack callback, Encoding encoding, int bufferSize ) : System
BeginReadLine ( ) : void
CancelOperation ( ) : void
FlushMessageQueue ( ) : void
GetLinesFromStringBuilder ( ) : void
IDisposable ( ) : void
Init ( Process process, Stream stream, UserCallBack callback, Encoding encoding, int bufferSize ) : void
ReadBuffer ( IAsyncResult ar ) : void
WaitUtilEOF ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void