Inherits ERY.AgateLib.Drivers.DriverTypeIDBase.
Public Member Functions | |
| override bool | Equals (int other) |
| Implementation of IEquatable<int> from base class. | |
| bool | Equals (PlatformTypeID other) |
| Implementation of IEquatable<PlatformTypeID>. | |
Properties | |
| static PlatformTypeID | None [get] |
| Indicates that no platform specific methods are available. Managed equivalents are used where available. | |
| static PlatformTypeID | Windows [get] |
| Indicates that Windows platform specific methods are provided by the driver. | |
| static PlatformTypeID | Linux [get] |
| indicates that X-Windows provides windowing functions. | |
| override bool ERY.AgateLib.Drivers.PlatformTypeID.Equals | ( | int | other | ) | [virtual] |
Implementation of IEquatable<int> from base class.
| other |
Implements ERY.AgateLib.Drivers.DriverTypeIDBase.
| bool ERY.AgateLib.Drivers.PlatformTypeID.Equals | ( | PlatformTypeID | other | ) |
PlatformTypeID ERY.AgateLib.Drivers.PlatformTypeID.None [static, get] |
Indicates that no platform specific methods are available. Managed equivalents are used where available.
PlatformTypeID ERY.AgateLib.Drivers.PlatformTypeID.Windows [static, get] |
Indicates that Windows platform specific methods are provided by the driver.
PlatformTypeID ERY.AgateLib.Drivers.PlatformTypeID.Linux [static, get] |
indicates that X-Windows provides windowing functions.
|
AgateLib Awesome Game and Tool Engine Library |
|