CallSite.Create(Type, CallSiteBinder) Metod

Definition

Skapar en anropswebbplats med den angivna ombudstypen och bindemedlet.

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

Parametrar

delegateType
Type

Anropswebbplatsens ombudstyp.

binder
CallSiteBinder

Anropswebbplatsens pärm.

Returer

Den nya anropswebbplatsen.

Gäller för