C# Class Microsoft.Win32.SafeHandles.SafePipeHandle

Inheritance: System.Runtime.InteropServices.SafeHandle
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
SafePipeHandle System
SafePipeHandle System
SetHandle void

Méthodes publiques

Méthode Description
SafePipeHandle ( System preexistingHandle, bool ownsHandle )
SafePipeHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
ReleaseHandle ( ) : bool

Private Methods

Méthode Description
SafePipeHandle ( ) : System
SafePipeHandle ( Socket namedPipeSocket ) : System
SetHandle ( int descriptor ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool

SafePipeHandle() public méthode

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

SafePipeHandle() public méthode

public SafePipeHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System
preexistingHandle System.IntPtr
ownsHandle bool
Résultat System