ICorDebugCode.CreateBreakpoint(UInt32, ICorDebugFunctionBreakpoint) Method

Definition

public:
 void CreateBreakpoint(System::UInt32 offset, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunctionBreakpoint ^ % ppBreakpoint);
public void CreateBreakpoint (uint offset, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunctionBreakpoint ppBreakpoint);
abstract member CreateBreakpoint : uint32 * ICorDebugFunctionBreakpoint -> unit
Public Sub CreateBreakpoint (offset As UInteger, ByRef ppBreakpoint As ICorDebugFunctionBreakpoint)

Parameters

offset
UInt32

Applies to