ICorDebugILCode2.GetInstrumentedILMap(UInt32, UInt32, COR_IL_MAP[]) Method

Definition

public:
 void GetInstrumentedILMap(System::UInt32 cMap, [Runtime::InteropServices::Out] System::UInt32 % pcMap, cli::array <Microsoft::VisualStudio::CorDebugInterop::COR_IL_MAP> ^ map);
public void GetInstrumentedILMap (uint cMap, out uint pcMap, Microsoft.VisualStudio.CorDebugInterop.COR_IL_MAP[] map);
abstract member GetInstrumentedILMap : uint32 * uint32 * Microsoft.VisualStudio.CorDebugInterop.COR_IL_MAP[] -> unit
Public Sub GetInstrumentedILMap (cMap As UInteger, ByRef pcMap As UInteger, map As COR_IL_MAP())

Parameters

cMap
UInt32
pcMap
UInt32
map
COR_IL_MAP[]

Applies to