MemberBinding 类
定义
提供表示绑定的类派生自的基类,这些绑定用于对新创建对象的成员进行初始化。Provides the base class from which the classes that represent bindings that are used to initialize members of a newly created object derive.
public ref class MemberBinding abstract
public abstract class MemberBinding
type MemberBinding = class
Public MustInherit Class MemberBinding
- 继承
-
MemberBinding
- 派生
构造函数
| MemberBinding(MemberBindingType, MemberInfo) |
已过时。
初始化 MemberBinding 类的新实例。Initializes a new instance of the MemberBinding class. |
属性
| BindingType |
获取所表示的绑定类型。Gets the type of binding that is represented. |
| Member |
获取要初始化的字段或属性。Gets the field or property to be initialized. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回 MemberBinding 的的文本化表示形式。Returns a textual representation of the MemberBinding. |