Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: See .NET Framework System Requirements.
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0