C# Class Emul8.HostInterfaces.Network.TapExtensions

Afficher le fichier Open project: emul8/emul8

Méthodes publiques

Méthode Description
CreateAndGetTap ( this emulation, string hostInterfaceName, string name, bool persistent = false ) : IMACInterface
CreateTap ( this emulation, string hostInterfaceName, string name, bool persistent = false ) : void

Method Details

CreateAndGetTap() public static méthode

public static CreateAndGetTap ( this emulation, string hostInterfaceName, string name, bool persistent = false ) : IMACInterface
emulation this
hostInterfaceName string
name string
persistent bool
Résultat IMACInterface

CreateTap() public static méthode

public static CreateTap ( this emulation, string hostInterfaceName, string name, bool persistent = false ) : void
emulation this
hostInterfaceName string
name string
persistent bool
Résultat void