ICorDebugProcess2.SetUnmanagedBreakpoint 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 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