NetworkInterface 构造函数

定义

初始化 NetworkInterface 类的新实例。Initializes a new instance of the NetworkInterface class.

protected:
 NetworkInterface();
protected NetworkInterface ();
Protected Sub New ()

注解

此构造函数只能由派生自类的类调用 NetworkInterfaceThis constructor can be called only by classes that derive from the NetworkInterface class.

适用于