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
新しい呼び出しサイトのターゲット。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET