共用方式為


ICorDebugModule::IsInMemory 方法

更新:2007 年 11 月

取得值,指出此模組是否僅存在於記憶體中。

HRESULT IsInMemory(
    [out] BOOL *pInMemory
);

參數

  • pInMemory
    [out] 如果此模組僅存在於記憶體中,則為 true,否則為 false。

備註

Common Language Runtime (CLR) 支援從未經處理的位元組資料流中載入模組。這類模組稱為「在記憶體中的模組」,且不存在於磁碟上。

需求

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

**標頭:**CorDebug.idl

**程式庫:**CorGuids.lib

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

請參閱

參考

ICorDebugModule

ICorDebugModule2