Sdílet prostřednictvím


IGCHostControl Interface

Provides a method that allows the garbage collector to request the host to change the limits of virtual memory.

interface IGCHostControl : IUnknown {

    HRESULT RequestVirtualMemLimit(
        [in] SIZE_T sztMaxVirtualMemMB,
        [in, out] SIZE_T* psztNewMaxVirtualMemMB
    );
}

Methods

Method

Description

IGCHostControl::RequestVirtualMemLimit Method

Requests the host to change the limits of virtual memory.

Requirements

Platforms: See .NET Framework System Requirements.

Header: MSCorEE.idl

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Other Resources

Hosting Interfaces