In The Hand LtdIn The Hand
GetThreads Method (p)
NamespacesInTheHand.DiagnosticsProcessHelperGetThreads(Process)
.NET Components for Mobility
Gets the set of threads that are running in the associated process.
Declaration Syntax
C#Visual Basic
public static ReadOnlyCollection<ProcessThread> GetThreads(
	Process p
)
Public Shared Function GetThreads ( _
	p As Process _
) As ReadOnlyCollection(Of ProcessThread)
Parameters
p (Process)
The Process.
Return Value
An array of type ProcessThread representing the operating system threads currently running in the associated process.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0