コード例 #1
0
ファイル: IcmpV6Statistics.cs プロジェクト: yonder/mono
 public Win32IcmpV6Statistics(Win32_MIB_ICMP_EX info)
 {
     iin  = info.InStats;
     iout = info.OutStats;
 }
コード例 #2
0
 static extern int GetIcmpStatisticsEx(out Win32_MIB_ICMP_EX pStats, int dwFamily);
コード例 #3
0
ファイル: IcmpV6Statistics.cs プロジェクト: nlhepler/mono
		public Win32IcmpV6Statistics (Win32_MIB_ICMP_EX info)
		{
			iin = info.InStats;
			iout = info.OutStats;
		}
コード例 #4
0
ファイル: IPGlobalProperties.cs プロジェクト: tgiphil/mono
		static extern int GetIcmpStatisticsEx (out Win32_MIB_ICMP_EX pStats, int dwFamily);
コード例 #5
0
		static int GetIcmpStatisticsEx (out Win32_MIB_ICMP_EX pStats, int dwFamily)
		{
			throw new System.NotImplementedException();
		}
コード例 #6
0
 static int GetIcmpStatisticsEx(out Win32_MIB_ICMP_EX pStats, int dwFamily)
 {
     throw new System.NotImplementedException();
 }