MetalamaAPI documentationAspect APIMetalama.​Framework.​FabricsFabric
Open sandboxFocus

Fabric Class

Allows adding aspects or analyzing a project, namespace, or type just by adding a type inheriting this class. You cannot inherit this class directly, inherit from ProjectFabric, NamespaceFabric, or TypeFabric instead.

Inheritance
System.Object
Fabric
Namespace: Metalama.Framework.Fabrics
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public abstract class Fabric : Object, ICompileTimeSerializable, ITemplateProvider

See Also