Debugger2::CurrentProcess Property

 

Gets or sets the active process.

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