Method | Description | |
---|---|---|
Dispose ( ) : void |
Closes a named pipe and releases the native handle.
|
|
PipeHandle ( |
Creates a PipeHandle instance using the passed native handle.
|
|
PipeHandle ( |
Creates a PipeHandle instance using the provided native handle and state.
|
|
PipeHandle ( InterProcessConnectionState state ) : System |
Creates a PipeHandle instance with an invalid native handle.
|
public PipeHandle ( |
||
hnd | The native handle. | |
return | System |
public PipeHandle ( |
||
hnd | The native handle. | |
state | InterProcessConnectionState | The state of the pipe connection. |
return | System |
public PipeHandle ( InterProcessConnectionState state ) : System | ||
state | InterProcessConnectionState | |
return | System |