Open sandboxFocus

Class MetalamaPlugInAttribute

Custom attribute that, when applied to a class, means that an instance of this class must be created and is exposed to Metalama. This instance can then be available in Metalama as a service, and exposed to IServiceProvider.

Inheritance
MetalamaPlugInAttribute
Namespace: Metalama.Framework.Engine
Assembly: Metalama.Framework.Sdk.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
[CompileTime]
public sealed class MetalamaPlugInAttribute : Attribute

Constructors

Name Description
MetalamaPlugInAttribute()