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

Show file 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 property

public string callStack
return string

ignorableAsLeak public property

public bool ignorableAsLeak
return bool

next public property

public HandleEntry next
return HandleEntry