C# 클래스 System.Diagnostics.AsyncStreamReader

상속: IDisposable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void