C# Class Network_Manager.Jobs.Extensions.Dependencies

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: SortByte/Network-Manager Class Usage Examples

Méthodes publiques

Свойство Type Description
VC2010Installed bool
VC2010InstalledVersion string
WinPcapDevices List
WinPcapInUse System.Threading.CountdownEvent
WinPcapInstalled bool
WinPcapInstalledVersion string

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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

Method Details

Check() public static méthode

public static Check ( ) : bool
Résultat bool

CheckVC2010() public static méthode

public static CheckVC2010 ( ) : bool
Résultat bool

CheckWinPcap() public static méthode

public static CheckWinPcap ( ) : bool
Résultat bool

Dependencies() public méthode

public Dependencies ( ) : System
Résultat System

GetWinPcapDevs() public static méthode

public static GetWinPcapDevs ( ) : List
Résultat List

RunWinPcapService() public static méthode

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
Résultat bool

Property Details

VC2010Installed public_oe static_oe property

public static bool VC2010Installed
Résultat bool

VC2010InstalledVersion public_oe static_oe property

public static string VC2010InstalledVersion
Résultat string

WinPcapDevices public_oe static_oe property

public static List WinPcapDevices
Résultat List

WinPcapInUse public_oe static_oe property

public static CountdownEvent,System.Threading WinPcapInUse
Résultat System.Threading.CountdownEvent

WinPcapInstalled public_oe static_oe property

public static bool WinPcapInstalled
Résultat bool

WinPcapInstalledVersion public_oe static_oe property

public static string WinPcapInstalledVersion
Résultat string