Click or drag to resize
Grid Solutions Framework

DataSourceValueTypeCacheLoadedTypes Property

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

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

Property Value

IReadOnlyCollectionType
See Also