C# Class VsChromium.Core.Win32.Processes.SafeThreadHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Datei anzeigen Open project: goldshtn/minidumper Class Usage Examples

Public Methods

Method Description
InitialSetHandle ( IntPtr h ) : void
SafeThreadHandle ( ) : System
SafeThreadHandle ( IntPtr handle ) : System

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Method Details

InitialSetHandle() public method

public InitialSetHandle ( IntPtr h ) : void
h System.IntPtr
return void

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

SafeThreadHandle() public method

public SafeThreadHandle ( ) : System
return System

SafeThreadHandle() public method

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