Expression.MakeDynamic メソッド

定義

動的操作を表す DynamicExpression を作成します。

オーバーロード

名前 説明
MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression, Expression)

指定されたDynamicExpressionと 4 つの引数によってバインドされた動的操作を表すCallSiteBinderを作成します。

MakeDynamic(Type, CallSiteBinder, Expression, Expression)

指定されたDynamicExpressionと 2 つの引数によってバインドされた動的操作を表すCallSiteBinderを作成します。

MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression)

指定されたDynamicExpressionと 3 つの引数によってバインドされた動的操作を表すCallSiteBinderを作成します。

MakeDynamic(Type, CallSiteBinder, Expression)

指定されたDynamicExpressionと 1 つの引数によってバインドされた動的操作を表すCallSiteBinderを作成します。

MakeDynamic(Type, CallSiteBinder, IEnumerable<Expression>)

指定されたDynamicExpressionによってバインドされた動的操作を表すCallSiteBinderを作成します。

MakeDynamic(Type, CallSiteBinder, Expression[])

指定されたDynamicExpressionによってバインドされた動的操作を表すCallSiteBinderを作成します。

MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression, Expression)

ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs

指定されたDynamicExpressionと 4 つの引数によってバインドされた動的操作を表すCallSiteBinderを作成します。

public:
 static System::Linq::Expressions::DynamicExpression ^ MakeDynamic(Type ^ delegateType, System::Runtime::CompilerServices::CallSiteBinder ^ binder, System::Linq::Expressions::Expression ^ arg0, System::Linq::Expressions::Expression ^ arg1, System::Linq::Expressions::Expression ^ arg2, System::Linq::Expressions::Expression ^ arg3);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")]
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function MakeDynamic (delegateType As Type, binder As CallSiteBinder, arg0 As Expression, arg1 As Expression, arg2 As Expression, arg3 As Expression) As DynamicExpression

パラメーター

delegateType
Type

CallSiteによって使用されるデリゲートの型。

binder
CallSiteBinder

動的操作のランタイム バインダー。

arg0
Expression

動的操作の最初の引数。

arg1
Expression

動的操作の 2 番目の引数。

arg2
Expression

動的操作の 3 番目の引数。

arg3
Expression

動的操作の 4 番目の引数。

返品

DynamicExpression NodeType等しく、DynamicDelegateType、およびBinderが指定した値に設定されているArguments

属性

適用対象

MakeDynamic(Type, CallSiteBinder, Expression, Expression)

ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs

指定されたDynamicExpressionと 2 つの引数によってバインドされた動的操作を表すCallSiteBinderを作成します。

public:
 static System::Linq::Expressions::DynamicExpression ^ MakeDynamic(Type ^ delegateType, System::Runtime::CompilerServices::CallSiteBinder ^ binder, System::Linq::Expressions::Expression ^ arg0, System::Linq::Expressions::Expression ^ arg1);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")]
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function MakeDynamic (delegateType As Type, binder As CallSiteBinder, arg0 As Expression, arg1 As Expression) As DynamicExpression

パラメーター

delegateType
Type

CallSiteによって使用されるデリゲートの型。

binder
CallSiteBinder

動的操作のランタイム バインダー。

arg0
Expression

動的操作の最初の引数。

arg1
Expression

動的操作の 2 番目の引数。

返品

DynamicExpression NodeType等しく、DynamicDelegateType、およびBinderが指定した値に設定されているArguments

属性

適用対象

MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression)

ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs

指定されたDynamicExpressionと 3 つの引数によってバインドされた動的操作を表すCallSiteBinderを作成します。

public:
 static System::Linq::Expressions::DynamicExpression ^ MakeDynamic(Type ^ delegateType, System::Runtime::CompilerServices::CallSiteBinder ^ binder, System::Linq::Expressions::Expression ^ arg0, System::Linq::Expressions::Expression ^ arg1, System::Linq::Expressions::Expression ^ arg2);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")]
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function MakeDynamic (delegateType As Type, binder As CallSiteBinder, arg0 As Expression, arg1 As Expression, arg2 As Expression) As DynamicExpression

パラメーター

delegateType
Type

CallSiteによって使用されるデリゲートの型。

binder
CallSiteBinder

動的操作のランタイム バインダー。

arg0
Expression

動的操作の最初の引数。

arg1
Expression

動的操作の 2 番目の引数。

arg2
Expression

動的操作の 3 番目の引数。

返品

DynamicExpression NodeType等しく、DynamicDelegateType、およびBinderが指定した値に設定されているArguments

属性

適用対象

MakeDynamic(Type, CallSiteBinder, Expression)

ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs

指定されたDynamicExpressionと 1 つの引数によってバインドされた動的操作を表すCallSiteBinderを作成します。

public:
 static System::Linq::Expressions::DynamicExpression ^ MakeDynamic(Type ^ delegateType, System::Runtime::CompilerServices::CallSiteBinder ^ binder, System::Linq::Expressions::Expression ^ arg0);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")]
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function MakeDynamic (delegateType As Type, binder As CallSiteBinder, arg0 As Expression) As DynamicExpression

パラメーター

delegateType
Type

CallSiteによって使用されるデリゲートの型。

binder
CallSiteBinder

動的操作のランタイム バインダー。

arg0
Expression

動的操作の引数。

返品

DynamicExpression NodeType等しく、DynamicDelegateType、およびBinderが指定した値に設定されているArguments

属性

適用対象

MakeDynamic(Type, CallSiteBinder, IEnumerable<Expression>)

ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs

指定されたDynamicExpressionによってバインドされた動的操作を表すCallSiteBinderを作成します。

public:
 static System::Linq::Expressions::DynamicExpression ^ MakeDynamic(Type ^ delegateType, System::Runtime::CompilerServices::CallSiteBinder ^ binder, System::Collections::Generic::IEnumerable<System::Linq::Expressions::Expression ^> ^ arguments);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")]
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression>? arguments);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression>? arguments);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression> arguments);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * seq<System.Linq.Expressions.Expression> -> System.Linq.Expressions.DynamicExpression
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * seq<System.Linq.Expressions.Expression> -> System.Linq.Expressions.DynamicExpression
Public Shared Function MakeDynamic (delegateType As Type, binder As CallSiteBinder, arguments As IEnumerable(Of Expression)) As DynamicExpression

パラメーター

delegateType
Type

CallSiteによって使用されるデリゲートの型。

binder
CallSiteBinder

動的操作のランタイム バインダー。

arguments
IEnumerable<Expression>

動的操作の引数。

返品

DynamicExpression NodeType等しく、DynamicDelegateType、およびBinderが指定した値に設定されているArguments

属性

適用対象

MakeDynamic(Type, CallSiteBinder, Expression[])

ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs
ソース:
Expression.cs

指定されたDynamicExpressionによってバインドされた動的操作を表すCallSiteBinderを作成します。

public:
 static System::Linq::Expressions::DynamicExpression ^ MakeDynamic(Type ^ delegateType, System::Runtime::CompilerServices::CallSiteBinder ^ binder, ... cli::array <System::Linq::Expressions::Expression ^> ^ arguments);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")]
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, params System.Linq.Expressions.Expression[]? arguments);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, params System.Linq.Expressions.Expression[]? arguments);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, params System.Linq.Expressions.Expression[] arguments);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * System.Linq.Expressions.Expression[] -> System.Linq.Expressions.DynamicExpression
static member MakeDynamic : Type * System.Runtime.CompilerServices.CallSiteBinder * System.Linq.Expressions.Expression[] -> System.Linq.Expressions.DynamicExpression
Public Shared Function MakeDynamic (delegateType As Type, binder As CallSiteBinder, ParamArray arguments As Expression()) As DynamicExpression

パラメーター

delegateType
Type

CallSiteによって使用されるデリゲートの型。

binder
CallSiteBinder

動的操作のランタイム バインダー。

arguments
Expression[]

動的操作の引数。

返品

DynamicExpression NodeType等しく、DynamicDelegateType、およびBinderが指定した値に設定されているArguments

属性

適用対象