VsDebugTargetInfo.clsidCustom Field

Specifies that the exe will be launched by some custom means.

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

Syntax

'Declaration
Public clsidCustom As Guid
public Guid clsidCustom
public:
Guid clsidCustom
val mutable clsidCustom: Guid
public var clsidCustom : Guid

Remarks

Used with DLO_Custom to indicates that the "exe" is not going to be launched via CreateProcess, but through some other custom means, SQL for example.

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VsDebugTargetInfo Structure

Microsoft.VisualStudio.Shell.Interop Namespace