C# Class System.Internal.DebugHandleTracker.HandleType.HandleEntry

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
callStack string
ignorableAsLeak bool
next HandleEntry

Public Methods

Method Description
HandleEntry ( HandleEntry next, IntPtr handle ) : Microsoft.Win32
ToString ( HandleType type ) : string

Method Details

HandleEntry() public method

public HandleEntry ( HandleEntry next, IntPtr handle ) : Microsoft.Win32
next HandleEntry
handle System.IntPtr
return Microsoft.Win32

ToString() public method

public ToString ( HandleType type ) : string
type HandleType
return string

Property Details

callStack public_oe property

public string callStack
return string

ignorableAsLeak public_oe property

public bool ignorableAsLeak
return bool

next public_oe property

public HandleEntry next
return HandleEntry