ICorDebugEditAndContinueSnapshot.SetILMap(UInt32, UInt32, COR_IL_MAP) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- map
- COR_IL_MAP