Example #1
0
 public SystemInformation()
 {
     m_Operating = OperatingSystem.Win;
     m_architecture = ProcessorArch.x86;
     Locale = "enUS";
     TimeZone = 0x258;
     IPAddress = new XmlIPAddress(System.Net.IPAddress.Loopback);
 }
Example #2
0
 public SystemInformation()
 {
     m_Operating    = OperatingSystem.Win;
     m_architecture = ProcessorArch.x86;
     Locale         = "enUS";
     TimeZone       = 0x258;
     IPAddress      = new XmlIPAddress(System.Net.IPAddress.Loopback);
 }