C# Class Endjin.Assembly.ChangeDetection.Infrastructure.SafeFindHandle

Wraps a FindFirstFile handle.
Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Show file Open project: endjin/Endjin.Assembly.ChangeDetection Class Usage Examples

Protected Methods

Method Description
ReleaseHandle ( ) : bool

When overridden in a derived class, executes the code required to free the handle.

Private Methods

Method Description
FindClose ( IntPtr handle ) : bool
SafeFindHandle ( ) : System

Method Details

ReleaseHandle() protected method

When overridden in a derived class, executes the code required to free the handle.
protected ReleaseHandle ( ) : bool
return bool