PluginAttribute Class

Attribute that holds plugin information.

Definition

Namespace: PCBI.Plugin
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public sealed class PluginAttribute : Attribute
Inheritance
Object    Attribute    PluginAttribute

Constructors

PluginAttribute Initializes the Plugin.

Properties

Author Gets the author of the Plugin.
Description Gets the description of the Plugin.
Name Gets the name of the Plugin.
Version Gets the version of the Plugin.

Extension Methods

See Also