DkmProcess.GetThreads 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.
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.