Share via


Debugger5.CurrentProcess Property

Gets or sets the active process.

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

Syntax

'Declaration
Property CurrentProcess As Process
Process CurrentProcess { get; set; }
property Process^ CurrentProcess {
    Process^ get ();
    void set (Process^ value);
}
abstract CurrentProcess : Process with get, set
function get CurrentProcess () : Process 
function set CurrentProcess (value : Process)

Property Value

Type: EnvDTE.Process
A Process object.

.NET Framework Security

See Also

Reference

Debugger5 Interface

EnvDTE100 Namespace