Binding Members
Include Protected Members
Include Inherited Members
Serves as the base class from which all bindings are derived.
The Binding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Binding() | Initializes a new instance of a binding object as implemented by the derived class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone() | Creates a deep copy of current object. |
![]() |
CopyTo(Binding) | Transfers a deep copy of current object to a specified binding. |
![]() |
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
![]() |
Dispose() | (Inherited from Component.) |
![]() |
Dispose(Boolean) | (Inherited from Component.) |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Component.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() |
GetService(Type) | (Inherited from Component.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() |
ToString() | (Inherited from Component.) |
Top