ERY.AgateLib.Drivers.PlatformTypeID Class Reference

List of identifiers for known or planned platforms to support. More...

Inherits ERY.AgateLib.Drivers.DriverTypeIDBase.

List of all members.

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.


Detailed Description

List of identifiers for known or planned platforms to support.


Member Function Documentation

override bool ERY.AgateLib.Drivers.PlatformTypeID.Equals ( int  other  )  [virtual]

Implementation of IEquatable<int> from base class.

Parameters:
other 
Returns:

Implements ERY.AgateLib.Drivers.DriverTypeIDBase.

bool ERY.AgateLib.Drivers.PlatformTypeID.Equals ( PlatformTypeID  other  ) 

Implementation of IEquatable<PlatformTypeID>.

Parameters:
other 
Returns:


Property Documentation

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.


The documentation for this class was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo