PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesMulticast­PointcutMember­Name
Open sandboxFocus

MulticastPointcut.MemberName Property

MemberName

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

Declaration
public string MemberName { get; set; }
Property Value
Type Description
String

A wildcard or regular expression specifying to which members this instance applies, or null this instance applies either to all members whose kind is given in Targets. Regular expressions should start with the regex: prefix.