CallSite.Create(Type, CallSiteBinder) Метод

Определение

Создает место вызова с заданным типом делегата и модулем привязки.

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

Параметры

delegateType
Type

Тип делегата места вызова.

binder
CallSiteBinder

Модуль привязки места вызова.

Возвращаемое значение

Новое место вызова.

Применяется к