2 out of 3 rated this helpful - Rate this topic

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)

[GuidAttribute("6A38D87C-BBA0-11D2-8AD1-00C04F79E479")] 
public interface Program
/** @attribute GuidAttribute("6A38D87C-BBA0-11D2-8AD1-00C04F79E479") */ 
public interface Program
GuidAttribute("6A38D87C-BBA0-11D2-8AD1-00C04F79E479") 
public interface Program

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement