ICorProfilerInfo10::IsFrozenObject method

Given an ObjectID, determines whether the object is in a read-only segment.

Syntax

HRESULT IsFrozenObject( [in]  ObjectID objectId,
                        [out] BOOL *pbFrozen);

Parameters

objectId
[in] The object to examine.

pbFrozen
[out] A BOOL indicating if the object is in a read-only segment.

Requirements

Platforms: See .NET supported operating systems.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Versions: Available since .NET Core 3.0

See also