Process3 Properties
Visual Studio 2015
Namespace:
EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
| Name | Description | |
|---|---|---|
![]() | Collection | Gets a Processes collection that contains the object that supports this property or is contained within this code construct. |
![]() | DTE | Gets the top-level extensibility object, the DTE object. |
![]() | IsBeingDebugged | Gets whether the current process is being debugged. |
![]() | Modules | Gets a collection of module objects associated with this process. |
![]() | Name | Gets the name of the process. |
![]() | Parent | Gets the immediate parent object of a Process2 object. |
![]() | ProcessID | Gets the ID number assigned to this process. |
![]() | Programs | Gets a collection of Program objects. |
![]() | Threads | Gets the threads associated with this process. |
![]() | Transport | Gets the Transport being used to debug this process. |
![]() | TransportQualifier | Gets a computer name or an IP address. |
![]() | UserName | Gets the user name associated with this process. |
Show:
