Public Member Functions | |
int | CompareTo (object obj) |
override bool | Equals (object obj) |
override int | GetHashCode () |
System.Xml.Schema.XmlSchema | GetSchema () |
void | ReadXml (System.Xml.XmlReader reader) |
void | WriteXml (System.Xml.XmlWriter writer) |
Static Public Member Functions | |
static PlatformDescr | GetCurrent () |
Public Attributes | |
string | Description = "" |
int | ID = 0 |
System.OperatingSystem | OsVersion = System.Environment.OSVersion |
int wx.PackageBuilder.PlatformDescr.CompareTo | ( | object | obj | ) |
override bool wx.PackageBuilder.PlatformDescr.Equals | ( | object | obj | ) |
static PlatformDescr wx.PackageBuilder.PlatformDescr.GetCurrent | ( | ) | [static] |
The current platform.
override int wx.PackageBuilder.PlatformDescr.GetHashCode | ( | ) |
System.Xml.Schema.XmlSchema wx.PackageBuilder.PlatformDescr.GetSchema | ( | ) |
void wx.PackageBuilder.PlatformDescr.ReadXml | ( | System.Xml.XmlReader | reader | ) |
void wx.PackageBuilder.PlatformDescr.WriteXml | ( | System.Xml.XmlWriter | writer | ) |
string wx.PackageBuilder.PlatformDescr.Description = "" |
The user provided description of the system environment.
System.OperatingSystem wx.PackageBuilder.PlatformDescr.OsVersion = System.Environment.OSVersion |
The operating system.