Open sandboxFocus

Class CustomReflectionBinder

Custom implementation of a reflection Binder that select methods based on exact matches using the ReflectionTypeComparer.

Inheritance
CustomReflectionBinder
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public sealed class CustomReflectionBinder : Binder

Fields

Name Description
Instance

Singleton 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[])