IPGlobalStatistics.NumberOfInterfaces 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取网络接口数。
public:
abstract property int NumberOfInterfaces { int get(); };
public abstract int NumberOfInterfaces { get; }
member this.NumberOfInterfaces : int
Public MustOverride ReadOnly Property NumberOfInterfaces As Integer
属性值
Int64 值,它包含用于获取此 IPGlobalStatistics 实例的地址族的网络接口数。
注解
此属性返回的数据包括环回接口。
网络接口也称为网络适配器。