DkmProcess.GetSystemThreads Method

Definition

Provides the list of active system threads in the process. Threads which are not system threads (DkmThread::System is null) or have been unloaded, will not be present in this collection.

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

Returns

[Out] Returned array of system threads.

Applies to