Represents an advice that introduces a method of the aspect class into the target class.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public sealed class IntroduceMethodAdviceInstance : IntroduceMemberAdviceInstanceConstructors
| Name | Description |
|---|---|
| IntroduceMethodAdviceInstance(MethodInfo, Visibility, bool?, MemberOverrideAction) | Initializes a new instance of the IntroduceMethodAdviceInstance class. |
Properties
| Name | Description |
|---|---|
| MasterAspectMember | Gets the main field or method of the aspect class that the current AdviceInstance relates to. |