C# Class MemoScope.Core.Dac.AbstractDacFinder.LibrarySafeHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Exibir arquivo Open project: fremag/MemoScope.Net

Public Methods

Method Description
LibrarySafeHandle ( ) : System
LibrarySafeHandle ( IntPtr handle ) : System

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Method Details

LibrarySafeHandle() public method

public LibrarySafeHandle ( ) : System
return System

LibrarySafeHandle() public method

public LibrarySafeHandle ( IntPtr handle ) : System
handle System.IntPtr
return System

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool