Base class for IntroduceMethodAdviceInstance.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public abstract class IntroduceMemberAdviceInstance : AdviceInstance
Properties
Name | Description |
---|---|
IsVirtual | Determines whether the introduced member should be virtual. |
OverrideAction | Determines the action to be overtaken when the member to be introduced already exists in the type to which the aspect is applied, or to a base type. |
Visibility | Gets the visibility of the introduced member. |