ICorDebugModule3 Interface
Creates a symbol reader for a dynamic module.
Syntax
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. |
Remarks
This interface logically extends the "ICorDebugModule" and "ICorDebugModule2" interfaces.
Note
This interface does not support being called remotely, either cross-machine or cross-process.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: 4.5, 4, 3.5 SP1
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.