Click or drag to resize
Grid Solutions Framework

DataSourceValueCacheLoadedTypes Property

Gets cache of defined data source value types loaded from local assemblies.

Namespace: GrafanaAdapters.DataSources
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax
public static IReadOnlyCollection<Type> LoadedTypes { get; }
View Source

Property Value

IReadOnlyCollectionType
See Also