AgateLib.Drivers.AgateDriverReporter Class Reference

Class which is used by the Registrar to enumerate the drivers available in a satellite assembly. Any assembly with drivers for use by AgateLib should have a class inheriting from AgateDriverReporter and should construct AgateDriverInfo objects for each driver in the assembly. More...

List of all members.

Public Member Functions

abstract IEnumerable
< AgateDriverInfo
ReportDrivers ()
 Constructs and returns AgateDriverInfo objects for each driver in the hosted assembly.


Detailed Description

Class which is used by the Registrar to enumerate the drivers available in a satellite assembly. Any assembly with drivers for use by AgateLib should have a class inheriting from AgateDriverReporter and should construct AgateDriverInfo objects for each driver in the assembly.


Member Function Documentation

abstract IEnumerable<AgateDriverInfo> AgateLib.Drivers.AgateDriverReporter.ReportDrivers (  )  [pure virtual]

Constructs and returns AgateDriverInfo objects for each driver in the hosted assembly.

Returns:


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