Program Interface

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.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("6A38D87C-BBA0-11D2-8AD1-00C04F79E479")> _
Public Interface Program
'Usage
Dim instance As Program
[GuidAttribute("6A38D87C-BBA0-11D2-8AD1-00C04F79E479")]
public interface Program
[GuidAttribute(L"6A38D87C-BBA0-11D2-8AD1-00C04F79E479")]
public interface class Program
public interface Program

Remarks

The Program object is used to examine and manipulate programs. You can use this object to determine if a program is being debugged, and you can examine a program's process and threads managed by the program.

See Also

Reference

Program Members

EnvDTE Namespace

Other Resources

Automation Object Model Chart