CallSite.Create(Type, CallSiteBinder) Metodo

Definizione

Crea un sito di chiamata con il tipo delegato specificato e il gestore di associazione.

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

Parametri

delegateType
Type

Tipo delegato del sito di chiamata.

binder
CallSiteBinder

Gestore di associazione del sito di chiamata.

Restituisce

Nuovo sito di chiamata.

Si applica a