DynamicExpression.Dynamic Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
DynamicExpression Vytvoří objekt, který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
Přetížení
Dynamic(CallSiteBinder, Type, IEnumerable<Expression>)
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
DynamicExpression Vytvoří objekt, který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, System::Collections::Generic::IEnumerable<System::Linq::Expressions::Expression ^> ^ arguments);
public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, 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 Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression> arguments);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * seq<System.Linq.Expressions.Expression> -> System.Linq.Expressions.DynamicExpression
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * seq<System.Linq.Expressions.Expression> -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, arguments As IEnumerable(Of Expression)) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arguments
- IEnumerable<Expression>
Argumenty dynamické operace.
Návraty
Hodnota DynamicExpression , která se NodeType rovná Dynamica má nastavenou BinderArguments hodnotu a je nastavena na zadané hodnoty.
- Atributy
Poznámky
Vlastnost DelegateType výsledku je odvozena z typů argumentů a zadaného návratového typu.
Platí pro
Dynamic(CallSiteBinder, Type, Expression)
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
DynamicExpression Vytvoří objekt, který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, System::Linq::Expressions::Expression ^ arg0);
public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Linq.Expressions.Expression arg0);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")]
public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Linq.Expressions.Expression arg0);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, arg0 As Expression) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arg0
- Expression
První argument dynamické operace.
Návraty
Hodnota DynamicExpression , která se NodeType rovná Dynamica má nastavenou BinderArguments hodnotu a je nastavena na zadané hodnoty.
- Atributy
Poznámky
Vlastnost DelegateType výsledku je odvozena z typů argumentů a zadaného návratového typu.
Platí pro
Dynamic(CallSiteBinder, Type, Expression[])
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
DynamicExpression Vytvoří objekt, který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, ... cli::array <System::Linq::Expressions::Expression ^> ^ arguments);
public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, params System.Linq.Expressions.Expression[] arguments);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")]
public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, params System.Linq.Expressions.Expression[] arguments);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression[] -> System.Linq.Expressions.DynamicExpression
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression[] -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, ParamArray arguments As Expression()) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arguments
- Expression[]
Argumenty dynamické operace.
Návraty
Hodnota DynamicExpression , která se NodeType rovná Dynamica má nastavenou BinderArguments hodnotu a je nastavena na zadané hodnoty.
- Atributy
Poznámky
Vlastnost DelegateType výsledku je odvozena z typů argumentů a zadaného návratového typu.
Platí pro
Dynamic(CallSiteBinder, Type, Expression, Expression)
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
DynamicExpression Vytvoří objekt, který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, System::Linq::Expressions::Expression ^ arg0, System::Linq::Expressions::Expression ^ arg1);
public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, 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 Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, arg0 As Expression, arg1 As Expression) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arg0
- Expression
První argument dynamické operace.
- arg1
- Expression
Druhý argument dynamické operace.
Návraty
Hodnota DynamicExpression , která se NodeType rovná Dynamica má nastavenou BinderArguments hodnotu a je nastavena na zadané hodnoty.
- Atributy
Poznámky
Vlastnost DelegateType výsledku je odvozena z typů argumentů a zadaného návratového typu.
Platí pro
Dynamic(CallSiteBinder, Type, Expression, Expression, Expression)
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
DynamicExpression Vytvoří objekt, který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, System::Linq::Expressions::Expression ^ arg0, System::Linq::Expressions::Expression ^ arg1, System::Linq::Expressions::Expression ^ arg2);
public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, 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 Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, arg0 As Expression, arg1 As Expression, arg2 As Expression) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arg0
- Expression
První argument dynamické operace.
- arg1
- Expression
Druhý argument dynamické operace.
- arg2
- Expression
Třetí argument dynamické operace.
Návraty
Hodnota DynamicExpression , která se NodeType rovná Dynamica má nastavenou BinderArguments hodnotu a je nastavena na zadané hodnoty.
- Atributy
Poznámky
Vlastnost DelegateType výsledku je odvozena z typů argumentů a zadaného návratového typu.
Platí pro
Dynamic(CallSiteBinder, Type, Expression, Expression, Expression, Expression)
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
- Zdroj:
- DynamicExpression.cs
DynamicExpression Vytvoří objekt, který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, 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 Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, 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 Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Delegate creation requires dynamic code generation.")>]
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, arg0 As Expression, arg1 As Expression, arg2 As Expression, arg3 As Expression) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arg0
- Expression
První argument dynamické operace.
- arg1
- Expression
Druhý argument dynamické operace.
- arg2
- Expression
Třetí argument dynamické operace.
- arg3
- Expression
Čtvrtý argument dynamické operace.
Návraty
Hodnota DynamicExpression , která se NodeType rovná Dynamica má nastavenou BinderArguments hodnotu a je nastavena na zadané hodnoty.
- Atributy
Poznámky
Vlastnost DelegateType výsledku je odvozena z typů argumentů a zadaného návratového typu.