ICorDebugModule4 接口

提供一种方法,用于确定模块是否以映射/冻结格式加载到内存中。

Syntax

interface ICorDebugModule4 : IUnknown
{
     HRESULT IsMappedLayout(
     [out] BOOL *pIsMapped
     );
};

Methods

方法 Description
ICorDebugModule4::IsMappedLayout 方法 查询以查看模块是否以映射/冻结格式加载到内存中。

注解

此接口在逻辑上扩展了“ICorDebugModule”、“ICorDebugModule2”和“ICoreDebugModule3”接口。

注释

此接口不支持远程调用,无论是跨计算机还是跨进程。

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET 5.0 起可用

另请参阅