PostSharpAPI ReferencePost­Sharp.​ReflectionCustom­Reflection­Binder
Open sandboxFocus

CustomReflectionBinder Class

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