An abstract factory to create OS-independend devices.
|
See Also: Inherited members from object.
To be added. |
abstract |
CreateDevice
() An abstract method to create devices. The sub-class factories must implement this method. |
static |
GetFactory
() Returns the factory by the information of the operating system. |
To be added.
An abstract method to create devices. The sub-class factories must implement this method.
Returns the factory by the information of the operating system.