C# Class System.Diagnostics.Process.ProcessAsyncReader

Inheritance: IOAsyncResult
Show file Open project: kumpera/mono

Public Properties

Property Type Description
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

Public Methods

Method Description
AddInput ( ) : void
Close ( ) : void
Flush ( bool last ) : void
FlushLast ( ) : void
ProcessAsyncReader ( Process process, IntPtr handle, bool err_out ) : System.IO

Method Details

AddInput() public method

public AddInput ( ) : void
return void

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( bool last ) : void
last bool
return void

FlushLast() public method

public FlushLast ( ) : void
return void

ProcessAsyncReader() public method

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

Property Details

AcceptSocket public property

public object AcceptSocket
return object

Addresses public property

public object[] Addresses
return object[]

Buffers public property

public object Buffers
return object

EndCalled public property

public int EndCalled
return int

EndPoint public property

public object EndPoint
return object

Offset public property

public int Offset
return int

ReadHandler public property

public AsyncReadHandler ReadHandler
return AsyncReadHandler

ReuseSocket public property

public bool ReuseSocket
return bool

Size public property

public int Size
return int

Sock public property

public object Sock
return object

SockFlags public property

public int SockFlags
return int

acc_socket public property

public object acc_socket
return object

ares public property

public object ares
return object

callback public property

public AsyncCallback callback
return AsyncCallback

completed_sync public property

public bool completed_sync
return bool

delayedException public property

public Exception delayedException
return Exception

handle public property

public IntPtr handle
return IntPtr

operation public property

public int operation
return int

port public property

public int port
return int

state public property

public object state
return object

total public property

public int total
return int

wait_handle public property

public ManualResetEvent,System.Threading wait_handle
return System.Threading.ManualResetEvent