CallSite.Create(Type, CallSiteBinder) Methode

Definitie

Hiermee maakt u een oproepsite met het opgegeven type gemachtigde en binder.

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

Parameters

delegateType
Type

Het type gemachtigde oproepsite.

binder
CallSiteBinder

De oproepsitebinding.

Retouren

De nieuwe oproepsite.

Van toepassing op