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);
 }