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