Share via


VsDebugTargetInfo.clsidCustom Field

Definition

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

public: Guid clsidCustom;
public Guid clsidCustom;
val mutable clsidCustom : Guid
Public clsidCustom As Guid 

Field Value

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:

Applies to