Binder.Convert(CSharpBinderFlags, Type, Type) Metodo

Definizione

Inizializza un nuovo gestore di associazione di conversione CSharp.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

flags
CSharpBinderFlags

Flag con cui inizializzare il binder.

type
Type

Tipo in cui eseguire la conversione.

context
Type

Oggetto Type che indica dove viene utilizzata questa operazione.

Valori restituiti

Nuovo gestore di associazione di conversione CSharp.

Si applica a