ImportMethodAdviceInstance 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. To generate code that calls a method, use IMethod.Invoke(params dynamic?[]).
Inheritance
ImportMethodAdviceInstance
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. To generate code that calls a method, use 'IMethod'.'IMethodInvoker.Invoke(params dynamic?[])'.", false)]
public sealed class ImportMethodAdviceInstance : ImportMemberAdviceInstance
Constructors
Properties
See Also