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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.