Empeld
Empeld plugin documentation.
pluginbase.Attributes.EmpeldPluginAttribute Class Reference

Attribute to specify an assembly is a plugin (rather than a dependency) More...

Inheritance diagram for pluginbase.Attributes.EmpeldPluginAttribute:

Public Member Functions

 EmpeldPluginAttribute ()
 

Properties

string [] Requires [get, set]
 List of the names of all other plugins this one requires to function More...
 
string RequiresString [get, set]
 Gets or sets the requires string, which separates the values by comma, and sets the Requires array More...
 

Detailed Description

Attribute to specify an assembly is a plugin (rather than a dependency)

Attribute: AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)

Constructor & Destructor Documentation

◆ EmpeldPluginAttribute()

pluginbase.Attributes.EmpeldPluginAttribute.EmpeldPluginAttribute ( )
36  {
37  }

Property Documentation

◆ Requires

string [] pluginbase.Attributes.EmpeldPluginAttribute.Requires
getset

List of the names of all other plugins this one requires to function

The requires.

◆ RequiresString

string pluginbase.Attributes.EmpeldPluginAttribute.RequiresString
getset

Gets or sets the requires string, which separates the values by comma, and sets the Requires array

The requires string.

Attribute: BooCompatibility("Boo can't set an array in an attribute")


The documentation for this class was generated from the following file: