C# Class System.Diagnostics.AsyncStreamReader

Inheritance: IDisposable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void