Udostępnij przez


CallSiteOps.GetRules<T>(CallSite<T>) Metoda

Definicja

Przestroga

do not use this method

Pobiera reguły powiązań dynamicznych z witryny wywołania.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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()

Parametry typu

T

Typ delegata obiektu CallSite.

Parametry

site
CallSite<T>

Wystąpienie dynamicznej lokacji wywołań.

Zwraca

T[]

Tablica reguł powiązań dynamicznych.

Atrybuty

Dotyczy