private SystemIPv4InterfaceStatistics()
 {
     this.ifRow = new MibIfRow();
 }
 internal SystemIPv4InterfaceStatistics(long index)
 {
     this.ifRow = new MibIfRow();
     this.GetIfEntry(index);
 }
 internal static extern uint GetIfEntry(ref MibIfRow pIfRow);
 internal static extern uint GetIfEntry(ref MibIfRow pIfRow);
示例#5
0
 private SystemIPv4InterfaceStatistics()
 {
     this.ifRow = new MibIfRow();
 }
示例#6
0
 internal SystemIPv4InterfaceStatistics(long index)
 {
     this.ifRow = new MibIfRow();
     this.GetIfEntry(index);
 }