Белешка
Приступ овој страници захтева ауторизацију. Можете покушати да се пријавите или промените директоријуме.
Приступ овој страници захтева ауторизацију. Можете покушати да промените директоријуме.
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