MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​Aspects.​AdvicesImport­Member­Advice­Instance
Open sandboxFocus

ImportMemberAdviceInstance Class

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.

Inheritance
System.Object
ImportMemberAdviceInstance
Namespace: PostSharp.Aspects.Advices
Assembly: Metalama.Migration.dll
Syntax
public abstract class ImportMemberAdviceInstance : AdviceInstance

Constructors

Name Description
ImportMemberAdviceInstance()

Properties

Name Description
AspectField
IsRequired
MasterAspectMember
Member
MemberNames
Order

See Also