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