Class PluginAttribute
- Namespace
- DotBoxD.Abstractions
- Assembly
- DotBoxD.Abstractions.dll
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class PluginAttribute : Attribute
- Inheritance
-
PluginAttribute
- Inherited Members
Constructors
PluginAttribute(string)
public PluginAttribute(string id)
Parameters
idstring
Properties
Id
public string Id { get; }