Debugger::CurrentProcess Property

 

Sets or gets the active process.

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

property Process^ CurrentProcess {
	Process^ get();
	void set(Process^ value);
}

Property Value

Type: EnvDTE::Process^

A Process object.

CurrentProcess sets or returns the active Process. The active process is the process that defines the data displayed by the debugger. Although the debugger supports debugging more than one process at a time, only one process can be active at any given time. See for more information.3588BAEC-E904-41AB-BD2B-0D676F98F076

The following example demonstrates how to use the CurrentProcess property.

No code example is currently available or this language may not be supported.
Return to top
Show: