ICorProfilerInfo10::GetLOHObjectSizeThreshold method
Gets the value of the configured large object heap (LOH) threshold.
Syntax
HRESULT GetLOHObjectSizeThreshold( [out] DWORD *pThreshold );
Parameters
pThreshold
[out] The large object heap threshold in bytes.
Remarks
Objects larger than the large object heap threshold will be allocated on the large object heap. Starting with .NET Core 3.0 the large object heap threshold is configurable, pThreshold
will contain the active large object heap threshold size in bytes.
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.