Program Members

Include Protected Members
Include Inherited Members

Important   This object has been superseded by the Process2 object, so it should no longer be used. Existing code using this object continues to work for backwards-compatibility purposes. For new applications, use the Process2 object.

The Program type exposes the following members.

Properties

 

Name

Description

Public property

Collection

Gets the collection containing the object supporting this property or contained within this code construct. Returns null for an object that is not obtained from a collection.

Public property

DTE

Gets the top-level extensibility object.

Public property

IsBeingDebugged

Gets whether or not a program is being debugged when this property is called.

Public property

Name

Gets the name of the object.

Public property

Parent

Gets the immediate parent object of a Program object.

Public property

Process

Gets the process by which this program is managed.

Public property

Threads

Gets the collection of threads being managed by this program.

Top

See Also

Reference

Program Interface

EnvDTE Namespace