MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsRequire­Aspect­Weaver­Attribute
Open sandboxFocus

RequireAspectWeaverAttribute Class

Custom attribute that, when applied an an aspect class, means that this aspect class is implemented by a low-level weaver built with Metalama SDK. When the RequireAspectWeaverAttribute is added to a type, the BuildAspect(IAspectBuilder<T>) method is not invoked.

Inheritance
System.Object
RequireAspectWeaverAttribute
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public sealed class RequireAspectWeaverAttribute : Attribute

Constructors

Name Description
RequireAspectWeaverAttribute(String)

Initializes a new instance of the RequireAspectWeaverAttribute class.

RequireAspectWeaverAttribute(Type)

Initializes a new instance of the RequireAspectWeaverAttribute class.

Properties

Name Description
Type

Gets the namespace-qualified name of the type implementing the aspect.