Public Member Functions | |
| DriverInfo () | |
| Constructs a DriverInfo<T> object. | |
| DriverInfo (Type myClass, T type) | |
| Constructs a DriverInfo<T> object. | |
| DriverInfo (Type myClass, T type, string name) | |
| Constructs a DriverInfo<T> object. | |
| DriverInfo (Type myClass, T type, string name, int priority) | |
| Constructs a DriverInfo<T> object. | |
| override string | ToString () |
| Returns the name of this driver. | |
Properties | |
| T | TypeID [get, set] |
| Gets or sets the driver type identifier. | |
| Type | MyClass [get, set] |
| Type which should be instantiated to use the driver. This type must derive from a class deriving from DriverImplBase. | |
| string | Name [get, set] |
| Name of the class to display to the user if asked to do so. | |
| int | Priority [get, set] |
| Drivers which are registered are sorted by priority, and the highest priority is selected and used under usual conditions. | |
<typeparam name="T">Type parameter which derives from DriverTypeIDBase. </typeparam>
| ERY.AgateLib.Drivers.DriverInfo< T >.DriverInfo | ( | ) |
Constructs a DriverInfo<T> object.
| ERY.AgateLib.Drivers.DriverInfo< T >.DriverInfo | ( | Type | myClass, | |
| T | type | |||
| ) |
Constructs a DriverInfo<T> object.
| ERY.AgateLib.Drivers.DriverInfo< T >.DriverInfo | ( | Type | myClass, | |
| T | type, | |||
| string | name | |||
| ) |
Constructs a DriverInfo<T> object.
| ERY.AgateLib.Drivers.DriverInfo< T >.DriverInfo | ( | Type | myClass, | |
| T | type, | |||
| string | name, | |||
| int | priority | |||
| ) |
Constructs a DriverInfo<T> object.
| override string ERY.AgateLib.Drivers.DriverInfo< T >.ToString | ( | ) |
Returns the name of this driver.
T ERY.AgateLib.Drivers.DriverInfo< T >.TypeID [get, set] |
Gets or sets the driver type identifier.
Type ERY.AgateLib.Drivers.DriverInfo< T >.MyClass [get, set] |
Type which should be instantiated to use the driver. This type must derive from a class deriving from DriverImplBase.
string ERY.AgateLib.Drivers.DriverInfo< T >.Name [get, set] |
Name of the class to display to the user if asked to do so.
int ERY.AgateLib.Drivers.DriverInfo< T >.Priority [get, set] |
Drivers which are registered are sorted by priority, and the highest priority is selected and used under usual conditions.
|
AgateLib Awesome Game and Tool Engine Library |
|