次の方法で共有


CLRInteropBinder Class

Definition

public ref class CLRInteropBinder : System::Reflection::Binder
public class CLRInteropBinder : System.Reflection.Binder
type CLRInteropBinder = class
    inherit Binder
Public Class CLRInteropBinder
Inherits Binder
Inheritance
CLRInteropBinder

Constructors

CLRInteropBinder()

Fields

DefaultBinder

Methods

BindToField(BindingFlags, FieldInfo[], Object, CultureInfo)
BindToMethod(BindingFlags, MethodBase[], Object[], ParameterModifier[], CultureInfo, String[], Object)
ChangeType(Object, Type, CultureInfo)
ReorderArgumentArray(Object[], Object)
SelectMethod(BindingFlags, MethodBase[], Type[], ParameterModifier[])
SelectProperty(BindingFlags, PropertyInfo[], Type, Type[], ParameterModifier[])

Applies to