IDkmRuntimeManagedHardwareDataBreakpointInfoProvider.GetClrDataBreakpointAddressAndSize 方法

定义

此方法检索 DkmRuntimeClrDataBreakpoint 所遵循的字段的地址和大小。

public:
 void GetClrDataBreakpointAddressAndSize(Microsoft::VisualStudio::Debugger::Breakpoints::DkmRuntimeClrDataBreakpoint ^ clrDataBreakpoint, [Runtime::InteropServices::Out] System::UInt64 % address, [Runtime::InteropServices::Out] int % size);
public void GetClrDataBreakpointAddressAndSize (Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeClrDataBreakpoint clrDataBreakpoint, out ulong address, out int size);
abstract member GetClrDataBreakpointAddressAndSize : Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeClrDataBreakpoint * uint64 * int -> unit
Public Sub GetClrDataBreakpointAddressAndSize (clrDataBreakpoint As DkmRuntimeClrDataBreakpoint, ByRef address As ULong, ByRef size As Integer)

参数

clrDataBreakpoint
DkmRuntimeClrDataBreakpoint

中低级别数据断点,它使用托管值的 CPU 的硬件断点寄存器设置。

address
UInt64

弄数据断点的地址。 如果找不到,则将设置为0。

size
Int32

弄数据断点的大小。

适用于