C# Class Microsoft.Win32.SafeHandles.SafePipeHandle

Inheritance: System.Runtime.InteropServices.SafeHandle
Mostrar archivo Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
SafePipeHandle System
SafePipeHandle System
SetHandle void

Public Methods

Method Description
SafePipeHandle ( System preexistingHandle, bool ownsHandle )
SafePipeHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
ReleaseHandle ( ) : bool

Private Methods

Method Description
SafePipeHandle ( ) : System
SafePipeHandle ( Socket namedPipeSocket ) : System
SetHandle ( int descriptor ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

SafePipeHandle() public method

public SafePipeHandle ( System preexistingHandle, bool ownsHandle )
preexistingHandle System
ownsHandle bool

SafePipeHandle() public method

public SafePipeHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System
preexistingHandle System.IntPtr
ownsHandle bool
return System