C# Class IPFilter.Native.StartupInfo

Afficher le fichier Open project: DavidMoore/ipfilter Class Usage Examples

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 Microsoft.Win32.SafeHandles.SafeFileHandle
lpDesktop System.IntPtr
lpReserved System.IntPtr
lpReserved2 System.IntPtr
lpTitle System.IntPtr
wShowWindow short

Méthodes publiques

Méthode Description
Dispose ( ) : void
StartupInfo ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

StartupInfo() public méthode

public StartupInfo ( ) : System
Résultat System

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,Microsoft.Win32.SafeHandles hStdOutput
Résultat Microsoft.Win32.SafeHandles.SafeFileHandle

lpDesktop public_oe property

public IntPtr,System lpDesktop
Résultat System.IntPtr

lpReserved public_oe property

public IntPtr,System lpReserved
Résultat System.IntPtr

lpReserved2 public_oe property

public IntPtr,System lpReserved2
Résultat System.IntPtr

lpTitle public_oe property

public IntPtr,System lpTitle
Résultat System.IntPtr

wShowWindow public_oe property

public short wShowWindow
Résultat short