c# Programming Glossary: osname
How to get the Client System Mac-id and other details like IP Address etc http://stackoverflow.com/questions/19245571/how-to-get-the-client-system-mac-id-and-other-details-like-ip-address-etc return sCpuInfo private static string GetName string netBiosName System.Environment.MachineName return netBiosName Following.. netBiosName System.Environment.MachineName return netBiosName Following method is deprecated string dnsName System.Net.Dns.GetHostByName.. os System.Environment.OSVersion string osName Unknown switch os.Platform case System.PlatformID.Win32Windows..
|