C# Class System.Diagnostics.Process.ProcessAsyncReader

Inheritance: IOAsyncResult
Mostra 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_oe property

public object AcceptSocket
return object

Addresses public_oe property

public object[] Addresses
return object[]

Buffers public_oe property

public object Buffers
return object

EndCalled public_oe property

public int EndCalled
return int

EndPoint public_oe property

public object EndPoint
return object

Offset public_oe property

public int Offset
return int

ReadHandler public_oe property

public AsyncReadHandler ReadHandler
return AsyncReadHandler

ReuseSocket public_oe property

public bool ReuseSocket
return bool

Size public_oe property

public int Size
return int

Sock public_oe property

public object Sock
return object

SockFlags public_oe property

public int SockFlags
return int

acc_socket public_oe property

public object acc_socket
return object

ares public_oe property

public object ares
return object

callback public_oe property

public AsyncCallback callback
return AsyncCallback

completed_sync public_oe property

public bool completed_sync
return bool

delayedException public_oe property

public Exception delayedException
return Exception

handle public_oe property

public IntPtr handle
return IntPtr

operation public_oe property

public int operation
return int

port public_oe property

public int port
return int

state public_oe property

public object state
return object

total public_oe property

public int total
return int

wait_handle public_oe property

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