NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProcessThread Class

Represents a thread running in a process on a machine. This can be use to obtain information about the thread, such as it's performance characteristics. This is returned from the ProcessThread property.

Object
   Component
      ProcessThread

[Visual Basic]
Public Class ProcessThread
   Inherits Component
[C#]
public class ProcessThread : Component
[C++]
public __gc class ProcessThread : public Component
[JScript]
public class ProcessThread extends Component

Remarks

[To be supplied.]

Requirements

Namespace: System.Diagnostics

Assembly: System.Diagnostics.dll

See Also

ProcessThread Members | System.Diagnostics Namespace