Share via


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: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Other Resources

Debugging Enumerations