C# Class System.Internal.DebugHandleTracker.HandleType

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
name string

Public Methods

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

Private Methods

Method Description
ComputeHash ( IntPtr handle ) : int

Method Details

Add() public method

public Add ( IntPtr handle ) : void
handle System.IntPtr
return void

CheckLeaks() public method

public CheckLeaks ( ) : void
return void

HandleType() public method

public HandleType ( string name ) : Microsoft.Win32
name string
return Microsoft.Win32

IgnoreCurrentHandlesAsLeaks() public method

public IgnoreCurrentHandlesAsLeaks ( ) : void
return void

Remove() public method

public Remove ( IntPtr handle ) : bool
handle System.IntPtr
return bool

Property Details

name public_oe property

public string name
return string