Skip to main content
Version: 14.x (API 14) [Legacy]

Class PluginInterfaceAttribute

This attribute indicates whether the decorated class should be exposed to plugins via IoC.

Assembly: Dalamud.dll
Declaration
[AttributeUsage(AttributeTargets.Class)]
public class PluginInterfaceAttribute : Attribute

Inheritance: System.Object -> System.Attribute