CallSiteOps.Bind<T>(CallSiteBinder, CallSite<T>, Object[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
do not use this method
呼び出しサイトターゲットを、引数に基づいて新しいルールで更新します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
public:
generic <typename T>
where T : class static T Bind(System::Runtime::CompilerServices::CallSiteBinder ^ binder, System::Runtime::CompilerServices::CallSite<T> ^ site, cli::array <System::Object ^> ^ args);
[System.Obsolete("do not use this method", true)]
public static T Bind<T>(System.Runtime.CompilerServices.CallSiteBinder binder, System.Runtime.CompilerServices.CallSite<T> site, object[] args) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member Bind : System.Runtime.CompilerServices.CallSiteBinder * System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)> * obj[] -> 'T (requires 'T : null)
Public Shared Function Bind(Of T As Class) (binder As CallSiteBinder, site As CallSite(Of T), args As Object()) As T
型パラメーター
- T
CallSiteのデリゲートの型。
パラメーター
- binder
- CallSiteBinder
呼び出しサイト バインダー。
- site
- CallSite<T>
動的呼び出しサイトのインスタンス。
- args
- Object[]
呼び出しサイトの引数。
返品
T
新しい呼び出しサイト ターゲット。
- 属性