Binder 클래스

정의

CSharp에 대한 동적 호출 사이트 바인더를 만드는 팩터리 메서드를 포함합니다.

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

public ref class Binder abstract sealed
public static class Binder
type Binder = class
Public Class Binder
상속
Binder

메서드

Name Description
BinaryOperation(CSharpBinderFlags, ExpressionType, Type, IEnumerable<CSharpArgumentInfo>)

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

새 CSharp 이진 작업 바인더를 초기화합니다.

Convert(CSharpBinderFlags, Type, Type)

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

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

GetIndex(CSharpBinderFlags, Type, IEnumerable<CSharpArgumentInfo>)

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

새 CSharp 인덱스 가져오기 바인더를 초기화합니다.

GetMember(CSharpBinderFlags, String, Type, IEnumerable<CSharpArgumentInfo>)

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

새 CSharp 가져오기 멤버 바인더를 초기화합니다.

Invoke(CSharpBinderFlags, Type, IEnumerable<CSharpArgumentInfo>)

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

새 CSharp 호출 바인더를 초기화합니다.

InvokeConstructor(CSharpBinderFlags, Type, IEnumerable<CSharpArgumentInfo>)

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

새 CSharp 호출 생성자 바인더를 초기화합니다.

InvokeMember(CSharpBinderFlags, String, IEnumerable<Type>, Type, IEnumerable<CSharpArgumentInfo>)

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

새 CSharp 호출 멤버 바인더를 초기화합니다.

IsEvent(CSharpBinderFlags, String, Type)

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

이벤트 바인더인 새 CSharp를 초기화합니다.

SetIndex(CSharpBinderFlags, Type, IEnumerable<CSharpArgumentInfo>)

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

새 CSharp 집합 인덱스 바인더를 초기화합니다.

SetMember(CSharpBinderFlags, String, Type, IEnumerable<CSharpArgumentInfo>)

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

새 CSharp 집합 멤버 바인더를 초기화합니다.

UnaryOperation(CSharpBinderFlags, ExpressionType, Type, IEnumerable<CSharpArgumentInfo>)

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

새 CSharp 단항 작업 바인더를 초기화합니다.

적용 대상