ICorDebugCode.CreateBreakpoint(UInt32, ICorDebugFunctionBreakpoint) 方法

定义

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)

参数

offset
UInt32

适用于