IDkmRuntimeManagedHardwareDataBreakpointInfoProvider.GetClrDataBreakpointAddressAndSize 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此方法检索 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
弄数据断点的大小。