ICorDebugModule3 接口

为动态模块创建符号读取器。

语法

interface ICorDebugModule3 : IUnknown
{
    HRESULT CreateReaderForInMemorySymbols
      (
      [in] REFIID riid,
      [out][iid_is(riid)] void **  ppObj
      );
};

方法

方法 说明
ICorDebugModule3::CreateReaderForInMemorySymbols 方法 为动态模块创建符号读取器(通常为 ISymUnmanagedReader 接口)。

备注

此接口以逻辑方式扩展“ICorDebugModule”和“ICorDebugModule2”接口。

备注

此接口不支持跨计算机或跨进程远程调用。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET framework 版本:4.5、4、3.5 SP1

请参阅