COR_PRF_FINALIZER_FLAGS Enumeration

Describes the finalizer for an object.

typedef enum {
    COR_PRF_FINALIZER_CRITICAL = 0x1
} COR_PRF_FINALIZER_FLAGS;

Members

Member

Description

COR_PRF_FINALIZER_CRITICAL

The finalizer is critical.

Remarks

The COR_PRF_FINALIZER_FLAGS enumeration is used by the ICorProfilerCallback2::FinalizeableObjectQueued method to describe the finalizer for an object.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorProf.idl, CorProf.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

Profiling Enumerations