C# Class System.Internal.DebugHandleTracker.HandleType

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
name string

Méthodes publiques

Méthode Description
Add ( IntPtr handle ) : void
CheckLeaks ( ) : void
HandleType ( string name ) : Microsoft.Win32
IgnoreCurrentHandlesAsLeaks ( ) : void
Remove ( IntPtr handle ) : bool

Private Methods

Méthode Description
ComputeHash ( IntPtr handle ) : int

Method Details

Add() public méthode

public Add ( IntPtr handle ) : void
handle System.IntPtr
Résultat void

CheckLeaks() public méthode

public CheckLeaks ( ) : void
Résultat void

HandleType() public méthode

public HandleType ( string name ) : Microsoft.Win32
name string
Résultat Microsoft.Win32

IgnoreCurrentHandlesAsLeaks() public méthode

public IgnoreCurrentHandlesAsLeaks ( ) : void
Résultat void

Remove() public méthode

public Remove ( IntPtr handle ) : bool
handle System.IntPtr
Résultat bool

Property Details

name public_oe property

public string name
Résultat string