C# 클래스 Network_Manager.Jobs.Extensions.Dependencies

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: SortByte/Network-Manager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
VC2010Installed bool
VC2010InstalledVersion string
WinPcapDevices List
WinPcapInUse System.Threading.CountdownEvent
WinPcapInstalled bool
WinPcapInstalledVersion string

공개 메소드들

메소드 설명
Check ( ) : bool
CheckVC2010 ( ) : bool
CheckWinPcap ( ) : bool
Dependencies ( ) : System
GetWinPcapDevs ( ) : List
RunWinPcapService ( IEnumerable requiredNics = null, bool verbose = false ) : bool

Makes sure that the "NetGroup Packet Filter" service status is "Running" and that all specified interfaces are captured.

비공개 메소드들

메소드 설명
Download ( string link, string filePath ) : void
DownloadCompleted ( bool success, string filePath ) : void
RestartNpfService ( ) : bool
UpdateGui ( ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
pcap_findalldevs ( IntPtr &pFirstDev, IntPtr pErrBuff ) : int
pcap_freealldevs ( IntPtr pFirstDev ) : void
pcap_lib_version ( ) : IntPtr

메소드 상세

Check() 공개 정적인 메소드

public static Check ( ) : bool
리턴 bool

CheckVC2010() 공개 정적인 메소드

public static CheckVC2010 ( ) : bool
리턴 bool

CheckWinPcap() 공개 정적인 메소드

public static CheckWinPcap ( ) : bool
리턴 bool

Dependencies() 공개 메소드

public Dependencies ( ) : System
리턴 System

GetWinPcapDevs() 공개 정적인 메소드

public static GetWinPcapDevs ( ) : List
리턴 List

RunWinPcapService() 공개 정적인 메소드

Makes sure that the "NetGroup Packet Filter" service status is "Running" and that all specified interfaces are captured.
public static RunWinPcapService ( IEnumerable requiredNics = null, bool verbose = false ) : bool
requiredNics IEnumerable If this is null it only alerts the user about any non-captured interfaces and returns true
verbose bool
리턴 bool

프로퍼티 상세

VC2010Installed 공개적으로 정적으로 프로퍼티

public static bool VC2010Installed
리턴 bool

VC2010InstalledVersion 공개적으로 정적으로 프로퍼티

public static string VC2010InstalledVersion
리턴 string

WinPcapDevices 공개적으로 정적으로 프로퍼티

public static List WinPcapDevices
리턴 List

WinPcapInUse 공개적으로 정적으로 프로퍼티

public static CountdownEvent,System.Threading WinPcapInUse
리턴 System.Threading.CountdownEvent

WinPcapInstalled 공개적으로 정적으로 프로퍼티

public static bool WinPcapInstalled
리턴 bool

WinPcapInstalledVersion 공개적으로 정적으로 프로퍼티

public static string WinPcapInstalledVersion
리턴 string