C# Class ParallelTestRunner.Process2.NativeMethods.STARTUPINFO

Afficher le fichier Open project: sscobici/ParallelTestRunner

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Dispose ( ) : void
STARTUPINFO ( ) : Microsoft.Win32.SafeHandles

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

STARTUPINFO() public méthode

public STARTUPINFO ( ) : Microsoft.Win32.SafeHandles
Résultat Microsoft.Win32.SafeHandles

Property Details

cb public_oe property

public int cb
Résultat int

cbReserved2 public_oe property

public short cbReserved2
Résultat short

dwFillAttribute public_oe property

public int dwFillAttribute
Résultat int

dwFlags public_oe property

public int dwFlags
Résultat int

dwX public_oe property

public int dwX
Résultat int

dwXCountChars public_oe property

public int dwXCountChars
Résultat int

dwXSize public_oe property

public int dwXSize
Résultat int

dwY public_oe property

public int dwY
Résultat int

dwYCountChars public_oe property

public int dwYCountChars
Résultat int

dwYSize public_oe property

public int dwYSize
Résultat int

hStdError public_oe property

public SafeFileHandle,Microsoft.Win32.SafeHandles hStdError
Résultat Microsoft.Win32.SafeHandles.SafeFileHandle

hStdInput public_oe property

public SafeFileHandle,Microsoft.Win32.SafeHandles hStdInput
Résultat Microsoft.Win32.SafeHandles.SafeFileHandle

hStdOutput public_oe property

public SafeFileHandle hStdOutput
Résultat SafeFileHandle

lpDesktop public_oe property

public IntPtr lpDesktop
Résultat IntPtr

lpReserved public_oe property

public IntPtr lpReserved
Résultat IntPtr

lpReserved2 public_oe property

public IntPtr lpReserved2
Résultat IntPtr

lpTitle public_oe property

public IntPtr lpTitle
Résultat IntPtr

wShowWindow public_oe property

public short wShowWindow
Résultat short