ConvertBinder 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示调用站点的转换动态操作,提供有关操作的绑定语义和详细信息。
public ref class ConvertBinder abstract : System::Dynamic::DynamicMetaObjectBinderpublic abstract class ConvertBinder : System.Dynamic.DynamicMetaObjectBindertype ConvertBinder = class
    inherit DynamicMetaObjectBinderPublic MustInherit Class ConvertBinder
Inherits DynamicMetaObjectBinder- 继承
构造函数
| ConvertBinder(Type, Boolean) | 初始化 ConvertBinder 的新实例。 | 
属性
| Explicit | 获取指示是否应将转换视为显式转换的值。 | 
| ReturnType | 操作的结果类型。 | 
| Type | 要转换为的类型。 |