|
Empeld
Empeld plugin documentation.
|
Attribute to specify an assembly is a plugin (rather than a dependency) More...
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... | |
Attribute to specify an assembly is a plugin (rather than a dependency)
Attribute: AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)
|
getset |
List of the names of all other plugins this one requires to function
The requires.
|
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")