IVsDebugLaunch.DebugLaunch Method

Launches the debugger.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

int DebugLaunch(
    uint grfLaunch
)

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsDebugLaunch::DebugLaunch(
   [in] VSDBGLAUNCHFLAGS grfLaunch
);

.NET Framework Security

See Also

Reference

IVsDebugLaunch Interface

IVsDebugLaunch Members

Microsoft.VisualStudio.Shell.Interop Namespace