C# 클래스 IPFilter.Native.StartupInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Dispose ( ) : void
StartupInfo ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

StartupInfo() 공개 메소드

public StartupInfo ( ) : System
리턴 System

프로퍼티 상세

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

hStdInput 공개적으로 프로퍼티

public SafeFileHandle,Microsoft.Win32.SafeHandles hStdInput
리턴 Microsoft.Win32.SafeHandles.SafeFileHandle

hStdOutput 공개적으로 프로퍼티

public SafeFileHandle,Microsoft.Win32.SafeHandles hStdOutput
리턴 Microsoft.Win32.SafeHandles.SafeFileHandle

lpDesktop 공개적으로 프로퍼티

public IntPtr,System lpDesktop
리턴 System.IntPtr

lpReserved 공개적으로 프로퍼티

public IntPtr,System lpReserved
리턴 System.IntPtr

lpReserved2 공개적으로 프로퍼티

public IntPtr,System lpReserved2
리턴 System.IntPtr

lpTitle 공개적으로 프로퍼티

public IntPtr,System lpTitle
리턴 System.IntPtr

wShowWindow 공개적으로 프로퍼티

public short wShowWindow
리턴 short