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

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Afficher le fichier Open project: goldshtn/minidumper Class Usage Examples

Méthodes publiques

Méthode Description
InitialSetHandle ( IntPtr h ) : void
SafeThreadHandle ( ) : System
SafeThreadHandle ( IntPtr handle ) : System

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Method Details

InitialSetHandle() public méthode

public InitialSetHandle ( IntPtr h ) : void
h System.IntPtr
Résultat void

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool

SafeThreadHandle() public méthode

public SafeThreadHandle ( ) : System
Résultat System

SafeThreadHandle() public méthode

public SafeThreadHandle ( IntPtr handle ) : System
handle System.IntPtr
Résultat System