Open sandboxFocus

Class ImportMemberAdviceInstance

In Metalama, members of the target declaration do not need to be imported into the aspect. Instead, the aspect accesses the target code using dynamic code or invokers.

Namespace: PostSharp.Aspects.Advices
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("In Metalama, members of the target declaration do not need to be imported into the aspect. Instead, the aspect accesses the target code using dynamic code or invokers.", false)]
public abstract class ImportMemberAdviceInstance : AdviceInstance

Constructors

Name Description
ImportMemberAdviceInstance()

Properties

Name Description
AspectField
IsRequired
MasterAspectMember
Member
MemberNames
Order

See Also