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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.