MemberBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Inheritance
-
MemberBinding
- Derived
Constructors
MemberBinding(MemberBindingType, MemberInfo) |
Obsolete.
Obsolete.
Initializes a new instance of the MemberBinding class. |
Properties
BindingType |
Gets the type of binding that is represented. |
Member |
Gets the field or property to be initialized. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a textual representation of the MemberBinding. |