Process4 Properties

 

Namespace:   EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.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_pubpropertyCommandLine

Gets the command line that started the program being debugged in Visual Studio. This is a read-only property.

System_CAPS_pubpropertyCurrentDirectory

Gets the current directory of the process being debugged. This is a read-only property.

System_CAPS_pubpropertyDTE

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

System_CAPS_pubpropertyEnvironmentVariables

This read-only property returns an array that contains the environment variables defined for the process being debugged.

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: