IDkmBreakpointConditionProcessor.SetEvaluationCondition 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置在目标计算机上计算的断点条件。 这适用于 .NET 语言。
public:
void SetEvaluationCondition(Microsoft::VisualStudio::Debugger::Breakpoints::DkmRuntimeBreakpoint ^ runtimeBreakpoint, Microsoft::VisualStudio::Debugger::Breakpoints::DkmBreakpointCondition ^ condition, [Runtime::InteropServices::Out] System::String ^ % errorText);
public void SetEvaluationCondition (Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint runtimeBreakpoint, Microsoft.VisualStudio.Debugger.Breakpoints.DkmBreakpointCondition condition, out string errorText);
abstract member SetEvaluationCondition : Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint * Microsoft.VisualStudio.Debugger.Breakpoints.DkmBreakpointCondition * string -> unit
Public Sub SetEvaluationCondition (runtimeBreakpoint As DkmRuntimeBreakpoint, condition As DkmBreakpointCondition, ByRef errorText As String)
参数
- runtimeBreakpoint
- DkmRuntimeBreakpoint
中调试监视器支持的低级别断点对象。
- condition
- DkmBreakpointCondition
中应触发断点的条件。
- errorText
- String
[Out,Optional]如果无法分析该条件,则表示原因。 如果编译成功,则此值应为 null。