System.Net.NetworkInformation.LinuxIPv4InterfaceStatistics.Read C# (CSharp) 메소드

Read() 개인적인 메소드

private Read ( string file ) : long
file string
리턴 long
		long Read (string file)
		{
			try {
				return long.Parse (NetworkInterface.ReadLine (linux.IfacePath + file));
			} catch {
				return 0;
			}
		}
		
LinuxIPv4InterfaceStatistics