ReflectionDataSet.BindingRedirection Class
Definition
- Namespace
- Sandcastle.Core.Reflection
- Assembly
- Sandcastle.Core.dll
This class is used to edit binding redirection settings
public class ReflectionDataSet.BindingRedirection
- Inheritance
-
ReflectionDataSet.BindingRedirection
Constructors
| BindingRedirection() |
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
| FromXml(XElement) |
Create an instance from an XML element |
| ToBindingRedirectionElement() |
This is used to convert the binding redirection entry to an MRefBuilder configuration file assembly binding redirection element. |
| ToXml() |
This is used to convert the binding redirection to an XML element |