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

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

Méthodes publiques

Свойство Type Description
callStack string
ignorableAsLeak bool
next HandleEntry

Méthodes publiques

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

Method Details

HandleEntry() public méthode

public HandleEntry ( HandleEntry next, IntPtr handle ) : Microsoft.Win32
next HandleEntry
handle System.IntPtr
Résultat Microsoft.Win32

ToString() public méthode

public ToString ( HandleType type ) : string
type HandleType
Résultat string

Property Details

callStack public_oe property

public string callStack
Résultat string

ignorableAsLeak public_oe property

public bool ignorableAsLeak
Résultat bool

next public_oe property

public HandleEntry next
Résultat HandleEntry