1 out of 1 rated this helpful - Rate this topic

Process Object

Visual Studio .NET 2003

The Process object is used to examine and manipulate processes.

DTE

   Debugger

      Processes

         Process

[Visual Basic .NET]
Public Interface Process
   Inherits IDispatch
[Visual Basic 6]
Class Process
[C++]
interface Process : IDispatch
[C#]
public interface Process : IDispatch
[JScript .NET]
public interface Process extends IDispatch

Requirements

Namespace: EnvDTE

File: dte.olb

See Also

Automation Object Model Chart | Process Object Properties, Methods, and Events | Process Property | Processes Collection

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.