C# Class VsChromium.Core.Win32.Processes.STARTUPINFO

Inheritance: IDisposable
Mostra file Open project: goldshtn/minidumper Class Usage Examples

Public Properties

Property Type Description
cb int
cbReserved2 short
dwFillAttribute int
dwFlags int
dwX int
dwXCountChars int
dwXSize int
dwY int
dwYCountChars int
dwYSize int
hStdError Microsoft.Win32.SafeHandles.SafeFileHandle
hStdInput Microsoft.Win32.SafeHandles.SafeFileHandle
hStdOutput Microsoft.Win32.SafeHandles.SafeFileHandle
lpDesktop System.IntPtr
lpReserved System.IntPtr
lpReserved2 System.IntPtr
lpTitle System.IntPtr
wShowWindow short

Public Methods

Method Description
Dispose ( ) : void
STARTUPINFO ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

STARTUPINFO() public method

public STARTUPINFO ( ) : System
return System

Property Details

cb public_oe property

public int cb
return int

cbReserved2 public_oe property

public short cbReserved2
return short

dwFillAttribute public_oe property

public int dwFillAttribute
return int

dwFlags public_oe property

public int dwFlags
return int

dwX public_oe property

public int dwX
return int

dwXCountChars public_oe property

public int dwXCountChars
return int

dwXSize public_oe property

public int dwXSize
return int

dwY public_oe property

public int dwY
return int

dwYCountChars public_oe property

public int dwYCountChars
return int

dwYSize public_oe property

public int dwYSize
return int

hStdError public_oe property

public SafeFileHandle,Microsoft.Win32.SafeHandles hStdError
return Microsoft.Win32.SafeHandles.SafeFileHandle

hStdInput public_oe property

public SafeFileHandle,Microsoft.Win32.SafeHandles hStdInput
return Microsoft.Win32.SafeHandles.SafeFileHandle

hStdOutput public_oe property

public SafeFileHandle,Microsoft.Win32.SafeHandles hStdOutput
return Microsoft.Win32.SafeHandles.SafeFileHandle

lpDesktop public_oe property

public IntPtr,System lpDesktop
return System.IntPtr

lpReserved public_oe property

public IntPtr,System lpReserved
return System.IntPtr

lpReserved2 public_oe property

public IntPtr,System lpReserved2
return System.IntPtr

lpTitle public_oe property

public IntPtr,System lpTitle
return System.IntPtr

wShowWindow public_oe property

public short wShowWindow
return short