C# Class FastFind.SafeFindFileHandle

Wraps up the FindFirstFileEx and FindNextFile handle.
Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Datei anzeigen Open project: Wintellect/FastFileFinder Class Usage Examples

Protected Methods

Method Description
ReleaseHandle ( ) : System.Boolean

Private Methods

Method Description
SafeFindFileHandle ( ) : System
SafeFindFileHandle ( IntPtr handle, System.Boolean ownsHandle = true ) : System

Method Details

ReleaseHandle() protected method

protected ReleaseHandle ( ) : System.Boolean
return System.Boolean