IXCLRDataMethodInstance::GetILAddressMap Method
Gets the IL to address mapping information.
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 GetILAddressMap(
[in] ULONG32 mapLen,
[out] ULONG32 *mapNeeded,
[out, size_is(mapLen)] CLRDATA_IL_ADDRESS_MAP maps[]
);
Parameters
mapLen
[in] The length of the provided maps array.
mapNeeded
[out] The number of map entries that the method needs.
maps
[out, size_is(mapLen)] The array for storing the map entries.
Remarks
The provided method is part of the IXCLRDataMethodInstance
interface and corresponds to the 15th slot of the virtual method table.
Requirements
Platforms: See System Requirements.
Header: None
Library: None
.NET Framework Versions: Available since 4.7