Process2.Attach Method
Causes the debugger to attach this process.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Sub Attach
void Attach()
void Attach()
abstract Attach : unit -> unit
function Attach()
Remarks
To attach to a process using a specific debugging engine or set of engines, use Attach2.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples