C# Class DotNetIO.SafeFindHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Datei anzeigen Open project: DotNetIO/DotNetIO

Public Methods

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

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Private Methods

Method Description
SafeFindHandle ( ) : System

Method Details

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