ICorDebugEditAndContinueSnapshot.SetILMap(UInt32, UInt32, COR_IL_MAP) Method

Definition

public:
 void SetILMap(System::UInt32 mdFunction, System::UInt32 cMapSize, Microsoft::VisualStudio::CorDebugInterop::COR_IL_MAP % map);
public void SetILMap (uint mdFunction, uint cMapSize, ref Microsoft.VisualStudio.CorDebugInterop.COR_IL_MAP map);
abstract member SetILMap : uint32 * uint32 * COR_IL_MAP -> unit
Public Sub SetILMap (mdFunction As UInteger, cMapSize As UInteger, ByRef map As COR_IL_MAP)

Parameters

mdFunction
UInt32
cMapSize
UInt32

Applies to