ReflectionDataSetBindingRedirection Class

This class is used to edit binding redirection settings

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public class BindingRedirection
Inheritance
Object    ReflectionDataSetBindingRedirection

Constructors

Properties

Culture The assembly culture (optional)
Name The assembly name
NewVersion The new version
OldVersion The old version
PublicKeyToken The public key token

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)
ToXml This is used to convert the binding redirection to an XML element

See Also