Share via


CallSiteOps.GetRules<T>(CallSite<T>) メソッド

定義

注意事項

do not use this method

呼び出しサイトから動的バインディング規則を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
generic <typename T>
 where T : class static cli::array <T> ^ GetRules(System::Runtime::CompilerServices::CallSite<T> ^ site);
[System.Obsolete("do not use this method", true)]
public static T[] GetRules<T> (System.Runtime.CompilerServices.CallSite<T> site) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member GetRules : System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)> -> 'T[] (requires 'T : null)
Public Shared Function GetRules(Of T As Class) (site As CallSite(Of T)) As T()

型パラメーター

T

CallSite のデリゲートの型。

パラメーター

site
CallSite<T>

動的呼び出しサイトのインスタンス。

戻り値

T[]

動的バインディング規則の配列。

属性

適用対象