共用方式為


ICorConfiguration::SetGCHostControl 方法

設定回呼介面,讓記憶體回收行程用它來要求主應用程式變更虛擬記憶體的限制。

HRESULT SetGCHostControl (
    [in] IGCHostControl* pGCHostControl
);

參數

  • pGCHostControl
    [in] IGCHostControl 物件的指標,可讓記憶體回收行程要求主應用程式變更虛擬記憶體的限制。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**MSCorEE.h

程式庫:包含做為 MSCorEE.dll 中的資源

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

請參閱

參考

ICorConfiguration 介面