1 instantiation of MibIfRow2
System (1)
net\System\Net\NetworkInformation\SystemIPInterfaceStatistics.cs (1)
31MibIfRow2 ifRow = new MibIfRow2();
5 references to MibIfRow2
System (5)
net\System\Net\NetworkInformation\SystemIPInterfaceStatistics.cs (4)
11MibIfRow2 ifRow; 30internal static MibIfRow2 GetIfEntry2(long index) { 31MibIfRow2 ifRow = new MibIfRow2(); 49MibIfRow2 ifRow;
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (1)
610internal extern static uint GetIfEntry2(ref MibIfRow2 pIfRow);