Share via


ICorDebugProcess2.SetUnmanagedBreakpoint Method

Definition

public:
 void SetUnmanagedBreakpoint(System::UInt64 address, System::UInt32 bufsize, cli::array <System::Byte> ^ buffer, [Runtime::InteropServices::Out] System::UInt32 % bufLen);
public void SetUnmanagedBreakpoint (ulong address, uint bufsize, byte[] buffer, out uint bufLen);
abstract member SetUnmanagedBreakpoint : uint64 * uint32 * byte[] * uint32 -> unit
Public Sub SetUnmanagedBreakpoint (address As ULong, bufsize As UInteger, buffer As Byte(), ByRef bufLen As UInteger)

Parameters

address
UInt64
bufsize
UInt32
buffer
Byte[]
bufLen
UInt32

Applies to