次の方法で共有


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

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

戻り値

新しい呼び出しサイト。

適用対象