AdapterCacheT Class
Represents a cache of loaded adapters of type T and their attributes.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public static class AdapterCache<T>
where T : IAdapter
Public NotInheritable Class AdapterCache(Of T As IAdapter)
generic<typename T>
where T : IAdapter
public ref class AdapterCache abstract sealed
JavaScript does not support generic types or methods.
- Inheritance
- Object AdapterCacheT
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Gemstone.Timeseries.Adapters.AdapterCache`1"]
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.
|
GetAdapters |
Returns all adapters of type T in the application directory filtered by EditorBrowsableState.
|