Expression.MakeDynamic 메서드

정의

DynamicExpression 동적 작업을 나타내는 API를 만듭니다.

오버로드

Name Description
MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression, Expression)

DynamicExpression 제공된 인수와 네 개의 인수로 바인딩된 CallSiteBinder 동적 작업을 나타내는 값을 만듭니다.

MakeDynamic(Type, CallSiteBinder, Expression, Expression)

DynamicExpression 제공된 인수와 두 인수로 바인딩된 CallSiteBinder 동적 작업을 나타내는 값을 만듭니다.

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

DynamicExpression 제공된 인수와 세 개의 인수로 바인딩된 동적 연산을 CallSiteBinder 나타내는 값을 만듭니다.

MakeDynamic(Type, CallSiteBinder, Expression)

DynamicExpression 제공된 인수와 하나의 인수로 바인딩된 CallSiteBinder 동적 작업을 나타내는 값을 만듭니다.

MakeDynamic(Type, CallSiteBinder, IEnumerable<Expression>)

제공된 DynamicExpression 동적 작업으로 바인딩된 CallSiteBinder연산을 나타내는 값을 만듭니다.

MakeDynamic(Type, CallSiteBinder, Expression[])

제공된 DynamicExpression 동적 작업으로 바인딩된 CallSiteBinder연산을 나타내는 값을 만듭니다.

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

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs

DynamicExpression 제공된 인수와 네 개의 인수로 바인딩된 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

동적 연산에 대한 두 번째 인수입니다.

arg2
Expression

동적 연산에 대한 세 번째 인수입니다.

arg3
Expression

동적 연산의 네 번째 인수입니다.

반품

DynamicExpressionNodeTypeDynamic, DelegateTypeBinder 및 지정된 값으로 설정된 A Arguments 입니다.

특성

적용 대상

MakeDynamic(Type, CallSiteBinder, Expression, Expression)

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs

DynamicExpression 제공된 인수와 두 인수로 바인딩된 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

동적 연산에 대한 두 번째 인수입니다.

반품

DynamicExpressionNodeTypeDynamic, DelegateTypeBinder 및 지정된 값으로 설정된 A Arguments 입니다.

특성

적용 대상

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

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs

DynamicExpression 제공된 인수와 세 개의 인수로 바인딩된 동적 연산을 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

동적 연산에 대한 두 번째 인수입니다.

arg2
Expression

동적 연산에 대한 세 번째 인수입니다.

반품

DynamicExpressionNodeTypeDynamic, DelegateTypeBinder 및 지정된 값으로 설정된 A Arguments 입니다.

특성

적용 대상

MakeDynamic(Type, CallSiteBinder, Expression)

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs

DynamicExpression 제공된 인수와 하나의 인수로 바인딩된 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

동적 작업에 대한 인수입니다.

반품

DynamicExpressionNodeTypeDynamic, DelegateTypeBinder 및 지정된 값으로 설정된 A Arguments 입니다.

특성

적용 대상

MakeDynamic(Type, CallSiteBinder, IEnumerable<Expression>)

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
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>

동적 작업에 대한 인수입니다.

반품

DynamicExpressionNodeTypeDynamic, DelegateTypeBinder 및 지정된 값으로 설정된 A Arguments 입니다.

특성

적용 대상

MakeDynamic(Type, CallSiteBinder, Expression[])

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs
Source:
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[]

동적 작업에 대한 인수입니다.

반품

DynamicExpressionNodeTypeDynamic, DelegateTypeBinder 및 지정된 값으로 설정된 A Arguments 입니다.

특성

적용 대상