Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到有一个Binder类驻留在System.Reflection.NET 的命名空间中。我通读了 MSDN 上的文档,但我仍然不是很了解它的作用以及如何使用它。
Binder
System.Reflection
我在 Google 上进行了搜索,但“绑定”一词暗指“数据绑定”。绑定是指“数据绑定”吗?如果是这样,那么我该如何使用它进行数据绑定呢?我希望找到一个简单或易于理解的例子来说明它的用法。
谢谢!
Binder从候选列表中选择一个成员,并执行从实际参数类型到形式参数类型 ( MSDN ) 的类型转换。
您还可以创建自己的活页夹。
也从这个页面引用
一个System.Reflection.Binder对象,它控制诸如类型强制和适当的重载方法选择之类的事情。在大多数情况下,您将能够传递 null 并使用默认活页夹。
System.Reflection.Binder