CallSiteOps.Bind<T>(CallSiteBinder, CallSite<T>, Object[]) 메서드

정의

주의

do not use this method

인수에 기반하여 새 규칙으로 호출 사이트 대상을 업데이트합니다.

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

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

형식 매개 변수

T

CallSite의 대리자 형식입니다.

매개 변수

binder
CallSiteBinder

호출 사이트의 바인더입니다.

site
CallSite<T>

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

args
Object[]

호출 사이트에 대한 인수입니다.

반환

T

새 호출 사이트 대상입니다.

특성

적용 대상