AdapterCacheT Class

Represents a cache of loaded adapters of type T and their attributes.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public static class AdapterCache<T>
where T : IAdapter
Inheritance
Object    AdapterCacheT

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Gemstone.Timeseries.Adapters.AdapterCache`1"]

Properties

AdapterCommands Gets all adapter command attribute information for adapters of type T in the application directory.
AdapterProtocols Gets all adapter protocol attribute information for adapters of type T in the application directory.
AllAdapters Gets all time-series adapters of type T in the application directory.
AssemblyTypes Gets a cache of adapter types keyed by assembly file name and type name, e.g.: ("FileAdapters.dll", "FileAdapters.ProcessLauncher") for faster lookups.
UIResources Gets all UI resource attribute information for adapters of type T in the application directory.

Methods

GetAdapters Returns all adapters of type T in the application directory filtered by EditorBrowsableState.

See Also