C# Class ParallelTestRunner.Process2.NativeMethods.STARTUPINFO

Show file Open project: sscobici/ParallelTestRunner

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 SafeFileHandle
lpDesktop IntPtr
lpReserved IntPtr
lpReserved2 IntPtr
lpTitle IntPtr
wShowWindow short

Public Methods

Method Description
Dispose ( ) : void
STARTUPINFO ( ) : Microsoft.Win32.SafeHandles

Method Details

Dispose() public method

public Dispose ( ) : void
return void

STARTUPINFO() public method

public STARTUPINFO ( ) : Microsoft.Win32.SafeHandles
return Microsoft.Win32.SafeHandles

Property Details

cb public property

public int cb
return int

cbReserved2 public property

public short cbReserved2
return short

dwFillAttribute public property

public int dwFillAttribute
return int

dwFlags public property

public int dwFlags
return int

dwX public property

public int dwX
return int

dwXCountChars public property

public int dwXCountChars
return int

dwXSize public property

public int dwXSize
return int

dwY public property

public int dwY
return int

dwYCountChars public property

public int dwYCountChars
return int

dwYSize public property

public int dwYSize
return int

hStdError public property

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

hStdInput public property

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

hStdOutput public property

public SafeFileHandle hStdOutput
return SafeFileHandle

lpDesktop public property

public IntPtr lpDesktop
return IntPtr

lpReserved public property

public IntPtr lpReserved
return IntPtr

lpReserved2 public property

public IntPtr lpReserved2
return IntPtr

lpTitle public property

public IntPtr lpTitle
return IntPtr

wShowWindow public property

public short wShowWindow
return short