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);
Exemplo n.º 5
0
 private SystemIPv4InterfaceStatistics()
 {
     this.ifRow = new MibIfRow();
 }
Exemplo n.º 6
0
 internal SystemIPv4InterfaceStatistics(long index)
 {
     this.ifRow = new MibIfRow();
     this.GetIfEntry(index);
 }