C# Class System.Diagnostics.Process.ProcessAsyncReader

Inheritance: IOAsyncResult
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Свойство 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

Méthodes publiques

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

public AddInput ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( bool last ) : void
last bool
Résultat void

FlushLast() public méthode

public FlushLast ( ) : void
Résultat void

ProcessAsyncReader() public méthode

public ProcessAsyncReader ( Process process, IntPtr handle, bool err_out ) : System.IO
process Process
handle IntPtr
err_out bool
Résultat System.IO

Property Details

AcceptSocket public_oe property

public object AcceptSocket
Résultat object

Addresses public_oe property

public object[] Addresses
Résultat object[]

Buffers public_oe property

public object Buffers
Résultat object

EndCalled public_oe property

public int EndCalled
Résultat int

EndPoint public_oe property

public object EndPoint
Résultat object

Offset public_oe property

public int Offset
Résultat int

ReadHandler public_oe property

public AsyncReadHandler ReadHandler
Résultat AsyncReadHandler

ReuseSocket public_oe property

public bool ReuseSocket
Résultat bool

Size public_oe property

public int Size
Résultat int

Sock public_oe property

public object Sock
Résultat object

SockFlags public_oe property

public int SockFlags
Résultat int

acc_socket public_oe property

public object acc_socket
Résultat object

ares public_oe property

public object ares
Résultat object

callback public_oe property

public AsyncCallback callback
Résultat AsyncCallback

completed_sync public_oe property

public bool completed_sync
Résultat bool

delayedException public_oe property

public Exception delayedException
Résultat Exception

handle public_oe property

public IntPtr handle
Résultat IntPtr

operation public_oe property

public int operation
Résultat int

port public_oe property

public int port
Résultat int

state public_oe property

public object state
Résultat object

total public_oe property

public int total
Résultat int

wait_handle public_oe property

public ManualResetEvent,System.Threading wait_handle
Résultat System.Threading.ManualResetEvent