Debugger3::CurrentProcess Property

 

Gets or sets the active process.

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

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

Property Value

Type: EnvDTE::Process^

A Process object.

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. For more information, see .3588baec-e904-41ab-bd2b-0d676f98f076

The following example shows how to use the CurrentProcess property.

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