Click or drag to resize

IPluginManager Interface

Represents the interface that provides functionalities to retrieve list of available plugins.

Namespace: RAYLASE.Marker
Assembly: RAYLASE.Marker (in RAYLASE.Marker.dll) Version: 2.19.0
Syntax
C#
public interface IPluginManager

The IPluginManager type exposes the following members.

Methods
 NameDescription
Public methodGetPluginMap Retrieves available plugins as a map of categories.
Public methodVerifyMetadataCategory Verifies whether a given metadata belongs to a given category.
Top
See Also