_CorImageUnloading 函式

卸載受控模組映像時通知載入器。

此函數並未實作。 如果呼叫,則會傳回 E_NOTIMPL。

語法

STDAPI (VOID) _CorImageUnloading(
   [in] PVOID* ImageBase  
);  

參數

ImageBase
[in] 要卸載映像起始位置的指標。

規格需求

平台:請參閱系統需求

標頭:Cor.h

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

.NET Framework版本:自 1.0 起提供

另請參閱