MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​ExtensibilityMulticast­Attribute
Open sandboxFocus

MulticastAttribute Class

Okay, this one is problematic. There is no declarative (attribute-based) multicasting in Metalama. Instead, fabrics should be used. However, we have ported the main features of MulticastAttribute to Metalama. See MulticastAspect or MulticastImplementation.

Inheritance
MulticastAttribute
Namespace: PostSharp.Extensibility
Assembly: Metalama.Migration.dll
Syntax
public abstract class MulticastAttribute : Attribute

Constructors

Name Description
MulticastAttribute()

Properties

Name Description
AttributeExclude
AttributeId
AttributeInheritance
AttributePriority
AttributeReplace

Metalama port of MulticastAttribute does not support adding several instances of an aspect on the same declaration, so this property is always considered true regardless of its actual value.

AttributeTargetAssemblies
AttributeTargetElements
AttributeTargetExternalMemberAttributes
AttributeTargetExternalTypeAttributes
AttributeTargetMemberAttributes
AttributeTargetMembers
AttributeTargetParameterAttributes
AttributeTargetParameters
AttributeTargetTypeAttributes
AttributeTargetTypes

See Also