Share via


IDebugProcessEx2.Detach(IDebugSession2) Method

Definition

public:
 int Detach(Microsoft::VisualStudio::Debugger::Interop::IDebugSession2 ^ pSession);
public int Detach (Microsoft.VisualStudio.Debugger.Interop.IDebugSession2 pSession);
abstract member Detach : Microsoft.VisualStudio.Debugger.Interop.IDebugSession2 -> int
Public Function Detach (pSession As IDebugSession2) As Integer

Parameters

pSession
IDebugSession2

Returns

Applies to