ICorDebugModule4 接口
提供一种方法来确定模块是否以映射/水化格式加载到内存中。
语法
interface ICorDebugModule4 : IUnknown
{
HRESULT IsMappedLayout(
[out] BOOL *pIsMapped
);
};
方法
方法 | 说明 |
---|---|
ICorDebugModule4::IsMappedLayout 方法 | 查询以确定模块是否以映射/水化格式加载到内存中。 |
注解
此接口以逻辑方式扩展“ICorDebugModule”、“ICorDebugModule2”和“ICoreDebugModule3”接口。
注意
此接口不支持跨计算机或跨进程远程调用。
要求
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET 版本:自 .NET 5.0 起可用