DkmStepper.CrossThreadParent Property

Definition

[Optional] If a new stepper is created using OnCrossThreadStepArbitration, the stepping manager will set this field to make is easy to get back to the original stepper if the cross thread step fails or needs to fallback.

public:
 property Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^ CrossThreadParent { Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^ get(); };
public Microsoft.VisualStudio.Debugger.Stepping.DkmStepper CrossThreadParent { get; }
member this.CrossThreadParent : Microsoft.VisualStudio.Debugger.Stepping.DkmStepper
Public ReadOnly Property CrossThreadParent As DkmStepper

Property Value

Applies to