CallSite.Create(Type, CallSiteBinder) Método

Definición

Crea un sitio de llamada con el tipo de delegado y el enlazador dados.

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

Parámetros

delegateType
Type

Tipo de delegado del sitio de llamada.

binder
CallSiteBinder

Enlazador del sitio de llamada.

Devoluciones

Nuevo sitio de llamada.

Se aplica a