VsDebugTargetInfo4 Fields

 

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

NameDescription
System_CAPS_pubfieldAppPackageLaunchInfo

Information required to start or launch app container applications (DLO_AppPackageDebug).

System_CAPS_pubfieldbstrArg

BSTR containing the command line arguments (DLO_CreateProcess).

System_CAPS_pubfieldbstrCurDir

BSTR containing the current directory (DLO_CreateProcess).

System_CAPS_pubfieldbstrEnv

BSTR containing custom environment variables (DLO_CreateProcess).

System_CAPS_pubfieldbstrExe

BSTR containing the name of the executable.

System_CAPS_pubfieldbstrOptions

BSTR containing custom options specific to each debugger (null is recommended).

System_CAPS_pubfieldbstrPortName

BSTR containing the name of the port from the supplier specified in guidPortSupplier (can be null).

System_CAPS_pubfieldbstrRemoteMachine

BSTR containing the machine name for a remote machine. Use null for the local machine.

System_CAPS_pubfielddlo

Specifies how this process should be launched or attached.

System_CAPS_pubfielddwDebugEngineCount

Specifies the number of debug engine GUIDs in the guidLaunchDebugEngine array.

System_CAPS_pubfielddwProcessId

Specifies the process identifier (DLO_AlreadyRunning).

System_CAPS_pubfieldfSendToOutputWindow

BOOL - if true, stdout and stderr are to be routed to the output window.

System_CAPS_pubfieldguidLaunchDebugEngine

Specifies the GUID of the debug engine used for launch (DLO_CreateProcess).

System_CAPS_pubfieldguidPortSupplier

Specifies the GUID of the port supplier.

System_CAPS_pubfieldguidProcessLanguage

Specifies the language of the hosting process. Used to preload expression evaluators.

System_CAPS_pubfieldLaunchFlags

Specifies the launch flags that were passed to DebugLaunch.

System_CAPS_pubfieldpDebugEngines

Specifies an array of debug engine guids, or null if dwDebugEngineCount is zero.

System_CAPS_pubfieldproject

Project that is being launched. This is currently used with F:Microsoft.VisualStudio.Shell.Interop._DEBUG_LAUNCH_OPERATION4.DLO_ImmersiveAppDebug to update application capabilities when an operation fails due to use of undeclared capabilities. This member is optional.

System_CAPS_pubfieldpStartupInfo

Additional options to be passed to (DLO_CreateProcess).

System_CAPS_pubfieldpUnknown

Specifies an interface pointer - usage depends on DEBUG_LAUNCH_OPERATION.

Return to top
Show: