C# Class IPFilter.Native.StartupInfo

Show file Open project: DavidMoore/ipfilter 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 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

Public Methods

Method Description
Dispose ( ) : void
StartupInfo ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

StartupInfo() public method

public StartupInfo ( ) : System
return System

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 SafeFileHandle,Microsoft.Win32.SafeHandles hStdError
return Microsoft.Win32.SafeHandles.SafeFileHandle

hStdInput public property

public SafeFileHandle,Microsoft.Win32.SafeHandles hStdInput
return Microsoft.Win32.SafeHandles.SafeFileHandle

hStdOutput public property

public SafeFileHandle,Microsoft.Win32.SafeHandles hStdOutput
return Microsoft.Win32.SafeHandles.SafeFileHandle

lpDesktop public property

public IntPtr,System lpDesktop
return System.IntPtr

lpReserved public property

public IntPtr,System lpReserved
return System.IntPtr

lpReserved2 public property

public IntPtr,System lpReserved2
return System.IntPtr

lpTitle public property

public IntPtr,System lpTitle
return System.IntPtr

wShowWindow public property

public short wShowWindow
return short