C# 클래스 System.Diagnostics.Process.ProcessAsyncReader

상속: IOAsyncResult
파일 보기 프로젝트 열기: kumpera/mono

공개 프로퍼티들

프로퍼티 타입 설명
AcceptSocket object
Addresses object[]
Buffers object
EndCalled int
EndPoint object
Offset int
ReadHandler AsyncReadHandler
ReuseSocket bool
Size int
Sock object
SockFlags int
acc_socket object
ares object
callback AsyncCallback
completed_sync bool
delayedException Exception
handle IntPtr
operation int
port int
state object
total int
wait_handle System.Threading.ManualResetEvent

공개 메소드들

메소드 설명
AddInput ( ) : void
Close ( ) : void
Flush ( bool last ) : void
FlushLast ( ) : void
ProcessAsyncReader ( Process process, IntPtr handle, bool err_out ) : System.IO

메소드 상세

AddInput() 공개 메소드

public AddInput ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( bool last ) : void
last bool
리턴 void

FlushLast() 공개 메소드

public FlushLast ( ) : void
리턴 void

ProcessAsyncReader() 공개 메소드

public ProcessAsyncReader ( Process process, IntPtr handle, bool err_out ) : System.IO
process Process
handle IntPtr
err_out bool
리턴 System.IO

프로퍼티 상세

AcceptSocket 공개적으로 프로퍼티

public object AcceptSocket
리턴 object

Addresses 공개적으로 프로퍼티

public object[] Addresses
리턴 object[]

Buffers 공개적으로 프로퍼티

public object Buffers
리턴 object

EndCalled 공개적으로 프로퍼티

public int EndCalled
리턴 int

EndPoint 공개적으로 프로퍼티

public object EndPoint
리턴 object

Offset 공개적으로 프로퍼티

public int Offset
리턴 int

ReadHandler 공개적으로 프로퍼티

public AsyncReadHandler ReadHandler
리턴 AsyncReadHandler

ReuseSocket 공개적으로 프로퍼티

public bool ReuseSocket
리턴 bool

Size 공개적으로 프로퍼티

public int Size
리턴 int

Sock 공개적으로 프로퍼티

public object Sock
리턴 object

SockFlags 공개적으로 프로퍼티

public int SockFlags
리턴 int

acc_socket 공개적으로 프로퍼티

public object acc_socket
리턴 object

ares 공개적으로 프로퍼티

public object ares
리턴 object

callback 공개적으로 프로퍼티

public AsyncCallback callback
리턴 AsyncCallback

completed_sync 공개적으로 프로퍼티

public bool completed_sync
리턴 bool

delayedException 공개적으로 프로퍼티

public Exception delayedException
리턴 Exception

handle 공개적으로 프로퍼티

public IntPtr handle
리턴 IntPtr

operation 공개적으로 프로퍼티

public int operation
리턴 int

port 공개적으로 프로퍼티

public int port
리턴 int

state 공개적으로 프로퍼티

public object state
리턴 object

total 공개적으로 프로퍼티

public int total
리턴 int

wait_handle 공개적으로 프로퍼티

public ManualResetEvent,System.Threading wait_handle
리턴 System.Threading.ManualResetEvent