Open sandboxFocus

Class BindingAttribute

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.

Inheritance
BindingAttribute
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 : AdviceParameterAttribute

Constructors

Name Description
BindingAttribute()

Extension Methods