VsDebugStartupInfo.dwCreationFlags Field

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

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

Syntax

'Declaration
Public dwCreationFlags As UInteger
public uint dwCreationFlags
public:
unsigned int dwCreationFlags
val mutable dwCreationFlags: uint32
public var dwCreationFlags : uint

Remarks

They may be any of the process creation flags that CreateProcess supports, except for DEBUG_ONLY_THIS_PROCESS, DEBUG_PROCESS, and EXTENDED_STARTUPINFO_PRESENT.

.NET Framework Security

See Also

Reference

VsDebugStartupInfo Structure

Microsoft.VisualStudio.Shell.Interop Namespace