A base class for aspects that can be applied to methods as custom attributes.
Inheritance
MethodAspect
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public abstract class MethodAspect : Aspect, IAspect<IMethod>, IAspect, ICompileTimeSerializable, ITemplateProvider, IEligible<IMethod>
Remarks
This class is a redundant helper class. The aspect framework only respects the IAspect<T> interface.
Constructors
Name | Description |
---|---|
MethodAspect() |
Methods
Name | Description |
---|---|
BuildAspect(IAspectBuilder<IMethod>) | Initializes the aspect. The implementation must add advice, child aspects and validators
using the |
BuildEligibility(IEligibilityBuilder<IMethod>) | Configures the eligibility of the aspect or attribute. Implementations are not allowed to reference non-static members. Implementations must call the implementation of the base class if it exists. |