PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesMulticast­Pointcut
Open sandboxFocus

MulticastPointcut Class

Custom attribute that, when applied on an advice method, specifies to which elements of code this advice applies, based on the kind, name and attributes of code elements. Works similarly as MulticastAttribute.

Inheritance
MulticastPointcut
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public sealed class MulticastPointcut : Pointcut

Constructors

Name Description
MulticastPointcut()

Properties

Name Description
Attributes

Gets or sets the visibilities, scopes, virtualities, and implementation of members to which this attribute applies.

MemberName

Gets or sets the expression specifying to which members the aspect extension applies.

Targets

Gets or sets the kind of elements to which this aspect extension applies.

See Also