Method | Description | |
---|---|---|
AddBindingRedirects ( IEnumerable |
||
BindingRedirectManager ( IFileSystem fileSystem, string configurationPath ) : System | ||
RemoveBindingRedirects ( IEnumerable |
Method | Description | |
---|---|---|
GetAssemblyBindingElement ( System.Xml.Linq.XElement runtime ) : System.Xml.Linq.XElement | ||
GetAssemblyBindingElements ( System.Xml.Linq.XElement runtime ) : IEnumerable |
||
GetAssemblyBindings ( System.Xml.Linq.XDocument document ) : XElement>.ILookup |
||
GetConfiguration ( ) : XDocument | ||
RemoveElement ( XElement element ) : void | ||
Save ( XDocument document ) : void | ||
UpdateBindingRedirectElement ( XElement element, AssemblyBinding bindingRedirect ) : void |
public AddBindingRedirects ( IEnumerable |
||
bindingRedirects | IEnumerable |
|
return | void |
public BindingRedirectManager ( IFileSystem fileSystem, string configurationPath ) : System | ||
fileSystem | IFileSystem | |
configurationPath | string | |
return | System |
public RemoveBindingRedirects ( IEnumerable |
||
bindingRedirects | IEnumerable |
|
return | void |