Sdílet prostřednictvím


CallSite.Create(Type, CallSiteBinder) Metoda

Definice

Vytvoří web volání s daným typem delegáta a pořadačem.

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

Parametry

delegateType
Type

Typ delegáta webu volání.

binder
CallSiteBinder

Pořadač webu volání.

Návraty

Nový web volání.

Platí pro