Compartir a través de


Binder.Convert(CSharpBinderFlags, Type, Type) Método

Definición

Inicializa un nuevo enlazador de conversiones 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 ^ Convert(Microsoft::CSharp::RuntimeBinder::CSharpBinderFlags flags, Type ^ type, Type ^ context);
public static System.Runtime.CompilerServices.CallSiteBinder Convert (Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, Type type, Type context);
public static System.Runtime.CompilerServices.CallSiteBinder Convert (Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, Type type, Type? context);
static member Convert : Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags * Type * Type -> System.Runtime.CompilerServices.CallSiteBinder
Public Shared Function Convert (flags As CSharpBinderFlags, type As Type, context As Type) As CallSiteBinder

Parámetros

flags
CSharpBinderFlags

Marcas con las que se va a inicializar el enlazador.

type
Type

Tipo al que se va a convertir.

context
Type

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

Devoluciones

Nuevo enlazador de conversiones de CSharp.

Se aplica a