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

동적 바인딩 규칙의 배열입니다.

특성

적용 대상