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

Definição

Inicializa um novo binder de conversão CSharp.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu 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);
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

As bandeiras com as quais inicializar o binder.

type
Type

O tipo para converter.

context
Type

O Type que indica onde esta operação é usada.

Devoluções

Um novo dossier de conversão CSharp.

Aplica-se a