Binder 成员

从候选者列表中选择一个成员,并执行实参类型到形参类型的类型转换。

下表列出了由 Binder 类型公开的成员。

受保护的构造函数

  名称 说明
Protected method Supported by the .NET Compact Framework Binder  

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Supported by the .NET Compact Framework BindToField 基于指定的判据,从给定的字段集中选择一个字段。
Public method Supported by the .NET Compact Framework BindToMethod 基于实参,从给定的方法集中选择要调用的方法。
Public method Supported by the .NET Compact Framework ChangeType 将给定 Object 的类型更改为给定 Type
Public method Supported by the .NET Compact Framework Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework ReorderArgumentArray BindToMethod 返回后,将 args 参数还原为从 BindToMethod 传入时的状态。
Public method Supported by the .NET Compact Framework SelectMethod 基于参数类型,从给定的方法集中选择一个方法。
Public method Supported by the .NET Compact Framework SelectProperty 基于指定的判据,从给定的属性集中选择一个属性。
Public method Supported by the .NET Compact Framework ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

请参见

参考

Binder 类
System.Reflection 命名空间