Process3 Properties

 

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

NameDescription
System_CAPS_pubpropertyCollection

Gets a Processes collection that contains the object that supports this property or is contained within this code construct.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object, the DTE object.

System_CAPS_pubpropertyIsBeingDebugged

Gets whether the current process is being debugged.

System_CAPS_pubpropertyModules

Gets a collection of module objects associated with this process.

System_CAPS_pubpropertyName

Gets the name of the process.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a Process2 object.

System_CAPS_pubpropertyProcessID

Gets the ID number assigned to this process.

System_CAPS_pubpropertyPrograms

Gets a collection of Program objects.

System_CAPS_pubpropertyThreads

Gets the threads associated with this process.

System_CAPS_pubpropertyTransport

Gets the Transport being used to debug this process.

System_CAPS_pubpropertyTransportQualifier

Gets a computer name or an IP address.

System_CAPS_pubpropertyUserName

Gets the user name associated with this process.

Return to top
Show: