Process4.Attach2 Method

Similar to Attach, causes the debugger to attach this process, only it allows you to specify an engine or set of engines.

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

Syntax

'Declaration
Sub Attach2 ( _
    Engines As Object _
)
void Attach2(
    Object Engines
)
void Attach2(
    [InAttribute] Object^ Engines
)
abstract Attach2 : 
        Engines:Object -> unit
function Attach2(
    Engines : Object
)

Parameters

Remarks

See Attach2.

.NET Framework Security

See Also

Reference

Process4 Interface

EnvDTE90a Namespace