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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.