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

呼び出しサイト バインダー。

返品

新しい呼び出しサイト。

適用対象