Reflection Data SetBinding Redirection Class
This class is used to edit binding redirection settings
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public class BindingRedirectionVB
Public Class BindingRedirectionC++
public ref class BindingRedirectionF#
type BindingRedirection = class end- Inheritance
- Object ReflectionDataSetBindingRedirection
Constructors
| ReflectionDataSetBindingRedirection | Constructor |
Properties
| Culture | The assembly culture (optional) |
| Name | The assembly name |
| NewVersion | The new version |
| OldVersion | The old version |
| PublicKeyToken | The public key token |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| FromXml | Create an instance from an XML element |
| 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) |
| ToBindingRedirectionElement | This is used to convert the binding redirection entry to an MRefBuilder configuration file assembly binding redirection element. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| ToXml | This is used to convert the binding redirection to an XML element |