C# 클래스 PoshInternals.STARTUPINFO

파일 보기 프로젝트 열기: adamdriscoll/PoshInternals 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cb int
cbReserved2 short
dwFillAttribute int
dwFlags int
dwX int
dwXCountChars int
dwXSize int
dwY int
dwYCountChars int
dwYSize int
hStdError System.IntPtr
hStdInput System.IntPtr
hStdOutput System.IntPtr
lpDesktop string
lpReserved string
lpReserved2 System.IntPtr
lpTitle string
wShowWindow short

프로퍼티 상세

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 IntPtr,System hStdError
리턴 System.IntPtr

hStdInput 공개적으로 프로퍼티

public IntPtr,System hStdInput
리턴 System.IntPtr

hStdOutput 공개적으로 프로퍼티

public IntPtr,System hStdOutput
리턴 System.IntPtr

lpDesktop 공개적으로 프로퍼티

public string lpDesktop
리턴 string

lpReserved 공개적으로 프로퍼티

public string lpReserved
리턴 string

lpReserved2 공개적으로 프로퍼티

public IntPtr,System lpReserved2
리턴 System.IntPtr

lpTitle 공개적으로 프로퍼티

public string lpTitle
리턴 string

wShowWindow 공개적으로 프로퍼티

public short wShowWindow
리턴 short