IPluginManagerGetPluginMap Method |
Retrieves available plugins as a map of categories.
Namespace: RAYLASE.MarkerAssembly: RAYLASE.Marker (in RAYLASE.Marker.dll) Version: 2.19.0
SyntaxIDictionary<Type, IDictionary<Type, Metadata>> GetPluginMap()
Return Value
IDictionaryType,
IDictionaryType,
MetadataThe map of all registered plugins. See "PluginBuilder" for the structure.
See Also