Sdílet prostřednictvím


Binder.Convert(CSharpBinderFlags, Type, Type) Metoda

Definice

Inicializuje nový pořadač převodu CSharp.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

flags
CSharpBinderFlags

Příznaky, pomocí kterých chcete inicializovat pořadač.

type
Type

Typ, na který se má převést.

context
Type

Určuje Type , kde se tato operace používá.

Návraty

Nový pořadač převodu CSharp.

Platí pro