using System.Diagnostics;
ProcessThreadCollection threadlist = theProcess.Threads;
foreach(ProcessThread theThread in threadlist){
Console.WriteLine("Thread ID:{0} Priority: {1} Started: {2}", theThread.Id, theThread.PriorityLevel, theThread.StartTime);
}
Thursday, August 27, 2009
Subscribe to:
Post Comments (Atom)


0 comments:
Post a Comment