IHostMemoryManager::ReleasedVirtualAddressSpace 方法

通知宿主公共语言运行时 (CLR) 已完成使用指定内存的过程。

HRESULT ReleasedVirtualAddressSpace(
    [in] LPVOID startAddress
);

参数

  • startAddress
    [in] 一个指针,它指向要释放的内存的起始地址。

备注

ReleasedVirtualAddressSpace 方法是回调方法,并且必须由宿主应用程序的编写器实现。 它由 CLR 调用。

要求

**平台:**请参见 .NET Framework 系统要求

**头文件:**MSCorEE.h

**库:**作为一项资源包含在 MSCorEE.dll 中

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

请参见

参考

IHostMemoryManager 接口