Expression.MakeDynamic Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une DynamicExpression opération dynamique qui représente une opération dynamique.
Surcharges
MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression, Expression)
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
Crée un DynamicExpression qui représente une opération dynamique liée par les arguments fournis CallSiteBinder et quatre.
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
Paramètres
- binder
- CallSiteBinder
Classeur d’exécution pour l’opération dynamique.
- arg0
- Expression
Premier argument de l’opération dynamique.
- arg1
- Expression
Deuxième argument de l’opération dynamique.
- arg2
- Expression
Troisième argument de l’opération dynamique.
- arg3
- Expression
Quatrième argument de l’opération dynamique.
Retours
Égal DynamicExpression à NodeType et Dynamic dont la DelegateTypeBindervaleur est définie Arguments sur les valeurs spécifiées.
- Attributs
S’applique à
MakeDynamic(Type, CallSiteBinder, Expression, Expression)
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
Crée un DynamicExpression qui représente une opération dynamique liée par les arguments fournis CallSiteBinder et deux.
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
Paramètres
- binder
- CallSiteBinder
Classeur d’exécution pour l’opération dynamique.
- arg0
- Expression
Premier argument de l’opération dynamique.
- arg1
- Expression
Deuxième argument de l’opération dynamique.
Retours
Égal DynamicExpression à NodeType et Dynamic dont la DelegateTypeBindervaleur est définie Arguments sur les valeurs spécifiées.
- Attributs
S’applique à
MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression)
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
Crée un DynamicExpression qui représente une opération dynamique liée par les arguments fournis CallSiteBinder et trois.
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
Paramètres
- binder
- CallSiteBinder
Classeur d’exécution pour l’opération dynamique.
- arg0
- Expression
Premier argument de l’opération dynamique.
- arg1
- Expression
Deuxième argument de l’opération dynamique.
- arg2
- Expression
Troisième argument de l’opération dynamique.
Retours
Égal DynamicExpression à NodeType et Dynamic dont la DelegateTypeBindervaleur est définie Arguments sur les valeurs spécifiées.
- Attributs
S’applique à
MakeDynamic(Type, CallSiteBinder, Expression)
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
Crée un DynamicExpression qui représente une opération dynamique liée par l’argument fourni CallSiteBinder et un argument.
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
Paramètres
- binder
- CallSiteBinder
Classeur d’exécution pour l’opération dynamique.
- arg0
- Expression
Argument de l’opération dynamique.
Retours
Égal DynamicExpression à NodeType et Dynamic dont la DelegateTypeBindervaleur est définie Arguments sur les valeurs spécifiées.
- Attributs
S’applique à
MakeDynamic(Type, CallSiteBinder, IEnumerable<Expression>)
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
Crée un DynamicExpression qui représente une opération dynamique liée par le fichier fourni 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
Paramètres
- binder
- CallSiteBinder
Classeur d’exécution pour l’opération dynamique.
- arguments
- IEnumerable<Expression>
Arguments de l’opération dynamique.
Retours
Égal DynamicExpression à NodeType et Dynamic dont la DelegateTypeBindervaleur est définie Arguments sur les valeurs spécifiées.
- Attributs
S’applique à
MakeDynamic(Type, CallSiteBinder, Expression[])
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
- Source:
- Expression.cs
Crée un DynamicExpression qui représente une opération dynamique liée par le fichier fourni 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
Paramètres
- binder
- CallSiteBinder
Classeur d’exécution pour l’opération dynamique.
- arguments
- Expression[]
Arguments de l’opération dynamique.
Retours
Égal DynamicExpression à NodeType et Dynamic dont la DelegateTypeBindervaleur est définie Arguments sur les valeurs spécifiées.
- Attributs