Binder 클래스

정의

CSharp의 동적 호출 사이트 바인더를 만드는 팩터리 메서드가 들어 있습니다.

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

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

메서드

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 단항 연산 바인더를 초기화합니다.

적용 대상