DkmRuntimeHardwareDataBreakpoint.Access 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
屏蔽应激发数据断点的原因。 例如,如果设置了 "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