System.Runtime.CompilerServices.CallSiteBinder: Method Members

The methods of System.Runtime.CompilerServices.CallSiteBinder are listed below. For a list of all members, see the CallSiteBinder Members list.

See Also: Inherited members from System.Object

Public Methods

abstract
Bind(object[], System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ParameterExpression>, System.Linq.Expressions.LabelTarget) : System.Linq.Expressions.Expression

Performs the runtime binding of the dynamic operation on a set of arguments.

BindDelegate<T>(CallSite<T>, object[]) : T

Provides low-level runtime binding support. Classes can override this and provide a direct delegate for the implementation of rule. This can enable saving rules to disk, having specialized rules available at runtime, or providing a different caching policy.

Protected Methods

CacheTarget<T>(T)
Documentation for this section has not yet been entered.