다음을 통해 공유


Binder.Convert(CSharpBinderFlags, Type, Type) 메서드

정의

새 CSharp 변환 바인더를 초기화합니다.

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

public:
 static System::Runtime::CompilerServices::CallSiteBinder ^ Convert(Microsoft::CSharp::RuntimeBinder::CSharpBinderFlags flags, Type ^ type, Type ^ context);
public static System.Runtime.CompilerServices.CallSiteBinder Convert (Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, Type type, Type context);
public static System.Runtime.CompilerServices.CallSiteBinder Convert (Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, Type type, Type? context);
static member Convert : Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags * Type * Type -> System.Runtime.CompilerServices.CallSiteBinder
Public Shared Function Convert (flags As CSharpBinderFlags, type As Type, context As Type) As CallSiteBinder

매개 변수

flags
CSharpBinderFlags

바인더를 초기화하는 데 사용할 플래그입니다.

type
Type

변환할 대상 형식입니다.

context
Type

이 작업이 사용된 위치를 나타내는 Type입니다.

반환

새 CSharp 변환 바인더입니다.

적용 대상