Process3 Methods

 

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

NameDescription
System_CAPS_pubmethodAttach()

Causes the debugger to attach this process.

System_CAPS_pubmethodAttach2(Object^)

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

System_CAPS_pubmethodBreak(Boolean)

Causes the given process to pause its execution so that its current state can be analyzed.

System_CAPS_pubmethodDetach(Boolean)

Causes the debugger to detach from this process.

System_CAPS_pubmethodTerminate(Boolean)

Terminates this process.

Return to top
Show: