DkmThread.GetSteppers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetSteppers enumerates the DkmStepper elements of this DkmThread object.
public:
cli::array <Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^> ^ GetSteppers();
public Microsoft.VisualStudio.Debugger.Stepping.DkmStepper[] GetSteppers ();
member this.GetSteppers : unit -> Microsoft.VisualStudio.Debugger.Stepping.DkmStepper[]
Public Function GetSteppers () As DkmStepper()
Returns
[Out] Array containing the enumerated elements.