Debugger4.CurrentProcess Property

Gets or sets the active process.

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

Syntax

'Declaration
Property CurrentProcess As Process
    Get
    Set
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.

Implements

Debugger3.CurrentProcess

Remarks

See CurrentProcess.

.NET Framework Security

See Also

Reference

Debugger4 Interface

CurrentProcess Overload

EnvDTE90a Namespace