C# 클래스 Emul8.HostInterfaces.Network.TapExtensions

파일 보기 프로젝트 열기: emul8/emul8

공개 메소드들

메소드 설명
CreateAndGetTap ( this emulation, string hostInterfaceName, string name, bool persistent = false ) : IMACInterface
CreateTap ( this emulation, string hostInterfaceName, string name, bool persistent = false ) : void

메소드 상세

CreateAndGetTap() 공개 정적인 메소드

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

CreateTap() 공개 정적인 메소드

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