PostSharpAPI ReferencePost­Sharp.​ExtensibilityMulticast­AttributeAttribute­Target­Assemblies
Open sandboxFocus

MulticastAttribute.AttributeTargetAssemblies Property

AttributeTargetAssemblies

Gets or sets the assemblies to which the current attribute apply.

Declaration
public string AttributeTargetAssemblies { get; set; }
Property Value
Type Description
System.String

Wildcard or regular expression specifying to which assemblies this instance applies, or null if this instance applies only to elements of the current assembly. Wildcard expressions should start with the regex: prefix.

Remarks

When this property is not specified or is null, the current attribute is multicasted only in the current assembly. Otherwise, it is multicasted also to external assemblies, i.e. to declarations that are referenced by the current assembly.