C# Class PathLib.Windows.FindFileNative.SafeFindHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Afficher le fichier Open project: nemec/pathlib

Méthodes publiques

Méthode Description
SafeFindHandle ( IntPtr preExistingHandle, bool ownsHandle ) : System

Méthodes protégées

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

Private Methods

Méthode Description
SafeFindHandle ( ) : System

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

SafeFindHandle() public méthode

public SafeFindHandle ( IntPtr preExistingHandle, bool ownsHandle ) : System
preExistingHandle System.IntPtr
ownsHandle bool
Résultat System