C# Class PoshInternals.STARTUPINFO

Show file Open project: adamdriscoll/PoshInternals Class Usage Examples

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 System.IntPtr
hStdInput System.IntPtr
hStdOutput System.IntPtr
lpDesktop string
lpReserved string
lpReserved2 System.IntPtr
lpTitle string
wShowWindow short

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

hStdInput public property

public IntPtr,System hStdInput
return System.IntPtr

hStdOutput public property

public IntPtr,System hStdOutput
return System.IntPtr

lpDesktop public property

public string lpDesktop
return string

lpReserved public property

public string lpReserved
return string

lpReserved2 public property

public IntPtr,System lpReserved2
return System.IntPtr

lpTitle public property

public string lpTitle
return string

wShowWindow public property

public short wShowWindow
return short