Bindings do not exist in Metalama. Instead, use invokers (e.g. IMethod.Invoke(params dynamic?[])) to generate run-time code that invokes the desired method or accesses the property or event.
Namespace: PostSharp.Aspects.Advices
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("Bindings do not exist in Metalama. Instead, use invokers (e.g. 'IMethod'.'IMethodInvoker.Invoke(params dynamic?[])') to generate run-time code that invokes the desired method or accesses the property or event.", false)]
public sealed class BindingAttribute : AdviceParameterAttributeConstructors
| Name | Description |
|---|---|
| BindingAttribute() |