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)

public:
Guid clsidCustom

Field Value

Type: System::Guid

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.

From vsshell.idl:

Return to top
Show: