DkmProcess.GetThreads Method

Definition

GetThreads enumerates the DkmThread elements of this DkmProcess object.

public:
 cli::array <Microsoft::VisualStudio::Debugger::DkmThread ^> ^ GetThreads();
public Microsoft.VisualStudio.Debugger.DkmThread[] GetThreads ();
member this.GetThreads : unit -> Microsoft.VisualStudio.Debugger.DkmThread[]
Public Function GetThreads () As DkmThread()

Returns

[Out] Array containing the enumerated elements.

Applies to