CorDebugHandleType Enumeration
Indicates the handle type.
typedef enum CorDebugHandleType {
HANDLE_STRONG = 1,
HANDLE_WEAK_TRACK_RESURRECTION = 2
} CorDebugHandleType;
Members
Member |
Description |
---|---|
HANDLE_STRONG |
The handle is strong, which prevents an object from being reclaimed by garbage collection. |
HANDLE_WEAK_TRACK_RESURRECTION |
The handle is weak, which does not prevent an object from being reclaimed by garbage collection. The handle becomes invalid when the object is collected. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Version: 2.0