Click or drag to resize

IPluginManagerGetPluginMap Method

Retrieves available plugins as a map of categories.

Namespace: RAYLASE.Marker
Assembly: RAYLASE.Marker (in RAYLASE.Marker.dll) Version: 2.19.0
Syntax
C#
IDictionary<Type, IDictionary<Type, Metadata>> GetPluginMap()

Return Value

IDictionaryType, IDictionaryType, Metadata
The map of all registered plugins. See "PluginBuilder" for the structure.
See Also