Open sandboxFocus

Class CustomReflectionBinder

No equivalent in Metalama.

Inheritance
CustomReflectionBinder
Namespace: PostSharp.Reflection
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("No equivalent in Metalama.", false)]
public sealed class CustomReflectionBinder : Binder

Constructors

Name Description
CustomReflectionBinder()

Fields

Name Description
Instance

Methods

Name Description
BindToField(BindingFlags, FieldInfo[], object, CultureInfo)
BindToMethod(BindingFlags, MethodBase[], ref object[], ParameterModifier[], CultureInfo, string[], out object)
ChangeType(object, Type, CultureInfo)
ReorderArgumentArray(ref object[], object)
SelectMethod(BindingFlags, MethodBase[], Type[], ParameterModifier[])
SelectProperty(BindingFlags, PropertyInfo[], Type, Type[], ParameterModifier[])