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[]

動態繫結規則的陣列。

屬性

適用於