VsDebugStartupInfo Structure

 

Specifies additional settings that the debugger should pass to CreateProcess when LaunchDebugTargets3 is called with DLO_CreateProcess. The fields in this structure are analogous to those in STARTUPINFO (defined in winbase.h).

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

[ComConversionLossAttribute]
public struct VsDebugStartupInfo

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldcbReserved2

Reserved.

System_CAPS_pubfielddwCreationFlags

Process creation flags to be passed in the dwCreationFlags parameter of CreateProcess.

System_CAPS_pubfielddwFillAttribute

The initial text and background colors of the window.

System_CAPS_pubfielddwX

The X offset of the window.

System_CAPS_pubfielddwXCountChars

the screen buffer width, in columns.

System_CAPS_pubfielddwXSize

The width of the window, in pixels.

System_CAPS_pubfielddwY

The Y offset of the window.

System_CAPS_pubfielddwYCountChars

The height of the window, in character rows.

System_CAPS_pubfielddwYSize

The height of the window, in pixels

System_CAPS_pubfieldflags

Specifies how to create a window.

System_CAPS_pubfieldhStdError

The standard error handle for the process.

System_CAPS_pubfieldhStdInput

The standard input handle for the process.

System_CAPS_pubfieldhStdOutput

The standard output channel for the process.

System_CAPS_pubfieldlpDesktop

The name of the desktop.

System_CAPS_pubfieldlpReserved

Reserved.

System_CAPS_pubfieldlpReserved2

Reserved.

System_CAPS_pubfieldlpTitle

The title displayed in the title bar.

System_CAPS_pubfieldwShowWindow

Flags that specify how to display the window.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: