ICorDebugModule3 Interface

Creates a symbol reader for a dynamic module.

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

Methods

Method

Description

ICorDebugModule3::CreateReaderForInMemorySymbols Method

Creates a symbol reader (typically ISymUnmanagedReader Interface) for a dynamic module.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl

Library: : CorGuids.lib

.NET Framework Versions: 3.5 SP1

See Also

Reference

ICorDebugRemoteTarget Interface

ICorDebug Interface

ICorDebugCode Interface

Other Resources

Debugging Interfaces

Change History

Date

History

Reason

Added topic.

Information enhancement.