C# Class ParallelTestRunner.Process2.NativeMethods.STARTUPINFO

显示文件 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_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 hStdOutput
return SafeFileHandle

lpDesktop public_oe property

public IntPtr lpDesktop
return IntPtr

lpReserved public_oe property

public IntPtr lpReserved
return IntPtr

lpReserved2 public_oe property

public IntPtr lpReserved2
return IntPtr

lpTitle public_oe property

public IntPtr lpTitle
return IntPtr

wShowWindow public_oe property

public short wShowWindow
return short