Click or drag to resize

PluginModuleAttribute Class

Denotes an assembly as a loadable module.

Categories may be assigned to implement dynamic loading of modules by category.

Inheritance Hierarchy
SystemObject
  SystemAttribute
    TomsToolbox.EssentialsPluginModuleAttribute

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
[SerializableAttribute]
[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets.Assembly|AttributeTargets.Module)]
public sealed class PluginModuleAttribute : Attribute

The PluginModuleAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPluginModuleAttribute
Initializes a new instance of the PluginModuleAttribute class.
Top
Properties
  NameDescription
Public propertyCategories
Gets the categories for this module.
Top
Extension Methods
See Also