Share via


Process2.Attach Method

Causes the debugger to attach this process.

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

Syntax

'Declaration
Sub Attach
'Usage
Dim instance As Process2

instance.Attach()
void Attach()
void Attach()
function Attach()

Implements

Process.Attach()

Remarks

To attach to a process using a specific debugging engine or set of engines, use Attach2.

.NET Framework Security

See Also

Reference

Process2 Interface

Process2 Members

Attach Overload

EnvDTE80 Namespace

Attach2

Other Resources

How to: Compile and Run the Automation Object Model Code Examples