C# Class PathLib.Windows.FindFileNative.SafeFindHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
显示文件 Open project: nemec/pathlib

Public Methods

Method Description
SafeFindHandle ( IntPtr preExistingHandle, bool ownsHandle ) : System

Protected Methods

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

Private Methods

Method Description
SafeFindHandle ( ) : System

Method Details

Dispose() protected method

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

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

SafeFindHandle() public method

public SafeFindHandle ( IntPtr preExistingHandle, bool ownsHandle ) : System
preExistingHandle System.IntPtr
ownsHandle bool
return System