C# Class Emul8.HostInterfaces.Network.TapExtensions

ファイルを表示 Open project: emul8/emul8

Public Methods

Method 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 method

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

CreateTap() public static method

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