C# 클래스 ParallelTestRunner.Process2.NativeMethods.STARTUPINFO

파일 보기 프로젝트 열기: sscobici/ParallelTestRunner

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Dispose ( ) : void
STARTUPINFO ( ) : Microsoft.Win32.SafeHandles

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

STARTUPINFO() 공개 메소드

public STARTUPINFO ( ) : Microsoft.Win32.SafeHandles
리턴 Microsoft.Win32.SafeHandles

프로퍼티 상세

cb 공개적으로 프로퍼티

public int cb
리턴 int

cbReserved2 공개적으로 프로퍼티

public short cbReserved2
리턴 short

dwFillAttribute 공개적으로 프로퍼티

public int dwFillAttribute
리턴 int

dwFlags 공개적으로 프로퍼티

public int dwFlags
리턴 int

dwX 공개적으로 프로퍼티

public int dwX
리턴 int

dwXCountChars 공개적으로 프로퍼티

public int dwXCountChars
리턴 int

dwXSize 공개적으로 프로퍼티

public int dwXSize
리턴 int

dwY 공개적으로 프로퍼티

public int dwY
리턴 int

dwYCountChars 공개적으로 프로퍼티

public int dwYCountChars
리턴 int

dwYSize 공개적으로 프로퍼티

public int dwYSize
리턴 int

hStdError 공개적으로 프로퍼티

public SafeFileHandle,Microsoft.Win32.SafeHandles hStdError
리턴 Microsoft.Win32.SafeHandles.SafeFileHandle

hStdInput 공개적으로 프로퍼티

public SafeFileHandle,Microsoft.Win32.SafeHandles hStdInput
리턴 Microsoft.Win32.SafeHandles.SafeFileHandle

hStdOutput 공개적으로 프로퍼티

public SafeFileHandle hStdOutput
리턴 SafeFileHandle

lpDesktop 공개적으로 프로퍼티

public IntPtr lpDesktop
리턴 IntPtr

lpReserved 공개적으로 프로퍼티

public IntPtr lpReserved
리턴 IntPtr

lpReserved2 공개적으로 프로퍼티

public IntPtr lpReserved2
리턴 IntPtr

lpTitle 공개적으로 프로퍼티

public IntPtr lpTitle
리턴 IntPtr

wShowWindow 공개적으로 프로퍼티

public short wShowWindow
리턴 short