Expression.MakeDynamic Method (Type, CallSiteBinder, Expression, Expression)
.NET Framework 4.5
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and two arguments.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
public static DynamicExpression MakeDynamic( Type delegateType, CallSiteBinder binder, Expression arg0, Expression arg1 )
Parameters
- delegateType
- Type: System.Type
The type of the delegate used by the CallSite.
- binder
- Type: System.Runtime.CompilerServices.CallSiteBinder
The runtime binder for the dynamic operation.
- arg0
- Type: System.Linq.Expressions.Expression
The first argument to the dynamic operation.
- arg1
- Type: System.Linq.Expressions.Expression
The second argument to the dynamic operation.
Return Value
Type: System.Linq.Expressions.DynamicExpressionA DynamicExpression that has NodeType equal to Dynamic and has the DelegateType, Binder, and Arguments set to the specified values.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.