Click or drag to resize

PluginMetadataAttribute Class

Provides the attribute needed for identifying a plugin.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    RAYLASE.Marker.PluginPluginMetadataAttribute

Namespace: RAYLASE.Marker.Plugin
Assembly: RAYLASE.Marker.Plugin (in RAYLASE.Marker.Plugin.dll) Version: 2.19.0
Syntax
C#
public class PluginMetadataAttribute : Attribute

The PluginMetadataAttribute type exposes the following members.

Constructors
 NameDescription
Public methodPluginMetadataAttribute Constructor.
Top
Properties
 NameDescription
Public propertyPluginTypeMetadata The metadata of the plugin definition. This is not the metadata of the plugin instance.
Top
See Also