Click or drag to resize

GSF.Adapters Namespace

Contains classes that facilitate the development of adapter-driven architecture.
Classes
  Class Description
Public class Adapter Represents an adapter that could execute in isolation in a separate AppDomain.
Public class Code example AdapterLoaderT Represents a generic loader of adapters.
Interfaces
  Interface Description
Public interface IAdapter Defines an adapter that could execute in isolation in a separate AppDomain.
Enumerations
  Enumeration Description
Public enumeration AdapterFileFormat Specifies the file format of the adapters to be loaded by the AdapterLoaderT.