ICorDebugCode.CreateBreakpoint(UInt32, ICorDebugFunctionBreakpoint) 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 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
- ppBreakpoint
- ICorDebugFunctionBreakpoint