Compartir a través de


Binder.Invoke Método

Definición

Inicializa un nuevo enlazador de invocaciones de CSharp.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 static System::Runtime::CompilerServices::CallSiteBinder ^ Invoke(Microsoft::CSharp::RuntimeBinder::CSharpBinderFlags flags, Type ^ context, System::Collections::Generic::IEnumerable<Microsoft::CSharp::RuntimeBinder::CSharpArgumentInfo ^> ^ argumentInfo);
public static System.Runtime.CompilerServices.CallSiteBinder Invoke (Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo);
public static System.Runtime.CompilerServices.CallSiteBinder Invoke (Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, Type? context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo>? argumentInfo);
static member Invoke : Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags * Type * seq<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> -> System.Runtime.CompilerServices.CallSiteBinder
Public Shared Function Invoke (flags As CSharpBinderFlags, context As Type, argumentInfo As IEnumerable(Of CSharpArgumentInfo)) As CallSiteBinder

Parámetros

flags
CSharpBinderFlags

Marcas con las que se va a inicializar el enlazador.

context
Type

Objeto Type que indica dónde se usa esta operación.

argumentInfo
IEnumerable<CSharpArgumentInfo>

Secuencia de instancias de CSharpArgumentInfo para los argumentos de esta operación.

Devoluciones

Nuevo enlazador de invocaciones de CSharp.

Se aplica a