Share via


CallSite.Create(Type, CallSiteBinder) Yöntem

Tanım

Verilen temsilci türü ve bağlayıcı ile bir çağrı sitesi oluşturur.

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

Parametreler

delegateType
Type

Arama sitesi temsilci türü.

binder
CallSiteBinder

Arama sitesi bağlayıcısı.

Döndürülenler

Yeni arama sitesi.

Şunlara uygulanır