ICorDebugCode Interface

Definition

public interface class ICorDebugCode
public interface class ICorDebugCode
__interface ICorDebugCode
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("CC7BCAF4-8A68-11D2-983C-0000F808342D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugCode
[System.Runtime.InteropServices.Guid("CC7BCAF4-8A68-11D2-983C-0000F808342D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugCode
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("CC7BCAF4-8A68-11D2-983C-0000F808342D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugCode = interface
[<System.Runtime.InteropServices.Guid("CC7BCAF4-8A68-11D2-983C-0000F808342D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugCode = interface
Public Interface ICorDebugCode
Attributes

Methods

CreateBreakpoint(UInt32, ICorDebugFunctionBreakpoint)
GetAddress(UInt64)
GetCode(UInt32, UInt32, UInt32, Byte[], UInt32)
GetEnCRemapSequencePoints(UInt32, UInt32, UInt32[])
GetFunction(ICorDebugFunction)
GetILToNativeMapping(UInt32, UInt32, COR_DEBUG_IL_TO_NATIVE_MAP[])
GetSize(UInt32)
GetVersionNumber(UInt32)
IsIL(Int32)

Applies to