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)
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);
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);
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 à Dynamic et Arguments dont la BinderDelegateTypevaleur est définie NodeType sur les valeurs spécifiées.
S’applique à
MakeDynamic(Type, CallSiteBinder, Expression, Expression)
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);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1);
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 à Dynamic et Arguments dont la BinderDelegateTypevaleur est définie NodeType sur les valeurs spécifiées.
S’applique à
MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression)
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);
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);
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 à Dynamic et Arguments dont la BinderDelegateTypevaleur est définie NodeType sur les valeurs spécifiées.
S’applique à
MakeDynamic(Type, CallSiteBinder, Expression)
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);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0);
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 à Dynamic et Arguments dont la BinderDelegateTypevaleur est définie NodeType sur les valeurs spécifiées.
S’applique à
MakeDynamic(Type, CallSiteBinder, IEnumerable<Expression>)
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);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression> arguments);
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 à Dynamic et Arguments dont la BinderDelegateTypevaleur est définie NodeType sur les valeurs spécifiées.
S’applique à
MakeDynamic(Type, CallSiteBinder, Expression[])
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);
public static System.Linq.Expressions.DynamicExpression MakeDynamic(Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, params System.Linq.Expressions.Expression[] arguments);
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 à Dynamic et Arguments dont la BinderDelegateTypevaleur est définie NodeType sur les valeurs spécifiées.