다음을 통해 공유


CallSiteOps.CreateMatchmaker<T>(CallSite<T>) 메서드

정의

주의

do not use this method

캐시 조회에 사용되는 동적 호출 사이트의 인스턴스를 만듭니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

형식 매개 변수

T

CallSite의 대리자 형식입니다.

매개 변수

site
CallSite<T>

동적 호출 사이트의 인스턴스입니다.

반환

새 호출 사이트입니다.

특성

적용 대상