DkmRuntimeHardwareDataBreakpoint.Access 属性

定义

屏蔽应激发数据断点的原因。 例如,如果设置了 "Write",则在写入内存位置时将激发断点。

public:
 property Microsoft::VisualStudio::Debugger::Breakpoints::DkmDataAccessStopMask Access { Microsoft::VisualStudio::Debugger::Breakpoints::DkmDataAccessStopMask get(); };
public:
 property Microsoft::VisualStudio::Debugger::Breakpoints::DkmDataAccessStopMask Access { Microsoft::VisualStudio::Debugger::Breakpoints::DkmDataAccessStopMask get(); };
public Microsoft.VisualStudio.Debugger.Breakpoints.DkmDataAccessStopMask Access { get; }
member this.Access : Microsoft.VisualStudio.Debugger.Breakpoints.DkmDataAccessStopMask
Public ReadOnly Property Access As DkmDataAccessStopMask

属性值

DkmDataAccessStopMask

返回 DkmDataAccessStopMask

适用于