CallSite.Create(Type, CallSiteBinder) Méthode

Définition

Crée un site d'appel à l'aide du type délégué et du binder donnés.

public:
 static System::Runtime::CompilerServices::CallSite ^ Create(Type ^ delegateType, System::Runtime::CompilerServices::CallSiteBinder ^ binder);
public static System.Runtime.CompilerServices.CallSite Create (Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder);
static member Create : Type * System.Runtime.CompilerServices.CallSiteBinder -> System.Runtime.CompilerServices.CallSite
Public Shared Function Create (delegateType As Type, binder As CallSiteBinder) As CallSite

Paramètres

delegateType
Type

Type délégué du site d'appel.

binder
CallSiteBinder

Binder du site d'appel.

Retours

Nouveau site d'appel.

S’applique à