C# Class MobileDevice.CoreFundation.STARTUPINFO

ファイルを表示 Open project: nivalxer/MobileDevice Class Usage Examples

Public Properties

Property Type Description
cb int
cbReserved2 int
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 byte
lpTitle int
wShowWindow int

Property Details

cb public_oe property

public int cb
return int

cbReserved2 public_oe property

public int cbReserved2
return int

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

hStdInput public_oe property

public IntPtr,System hStdInput
return System.IntPtr

hStdOutput public_oe property

public IntPtr,System hStdOutput
return System.IntPtr

lpDesktop public_oe property

public string lpDesktop
return string

lpReserved public_oe property

public string lpReserved
return string

lpReserved2 public_oe property

public byte lpReserved2
return byte

lpTitle public_oe property

public int lpTitle
return int

wShowWindow public_oe property

public int wShowWindow
return int