Table of Contents

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

id string

Properties

Id

public string Id { get; }

Property Value

string