ISOSDacInterface::GetModuleData Method
Fetches the data corresponding to the module loaded at a given address.
Note
This API was originally designed for internal use in the runtime. Although it is now supported for 3rd party use, we recommend working with ICorDebug
and ICorProfiler
APIs when possible.
Syntax
HRESULT GetModuleData(
CLRDATA_ADDRESS moduleAddr,
DacpModuleData *data
);
Parameters
moduleAddr
[in] The address of the module to retrieve information for.
data
[out] The DacpModuleData structure to hold the information of the loaded module.
Remarks
The provided method is part of the ISOSDacInterface
interface and corresponds to the 14th slot of the virtual method table.
Requirements
Platforms: See System Requirements.
Header: None
Library: None
.NET Framework Versions: Available since 4.7