OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class PluginServiceImplementationAttribute

Declares a service implementation for automatic plugin scope IoC registratrion. Service implementations using this attribute are automatically registered for any interface that implements the ServiceAttribute.

Inheritance
System.Object
PriorityAttribute
ServiceImplementationAttribute
PluginServiceImplementationAttribute
Inherited Members
ServiceImplementationAttribute.Lifetime
PriorityAttribute.Priority
Namespace: OpenMod.API.Ioc
Assembly: OpenMod.API.dll
Syntax
public class PluginServiceImplementationAttribute : ServiceImplementationAttribute

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)

See Also

ServiceAttribute
ServiceImplementationAttribute