NetworkInterface 构造函数
定义
初始化 NetworkInterface 类的新实例。Initializes a new instance of the NetworkInterface class.
protected:
NetworkInterface();
protected NetworkInterface ();
Protected Sub New ()
注解
此构造函数只能由派生自类的类调用 NetworkInterface 。This constructor can be called only by classes that derive from the NetworkInterface class.