3

.NET 1.0-4.0 supports it but Silverlight/WindowsPhone does not.

Does WinRT support assembly binding redirection?

http://msdn.microsoft.com/en-us/library/7wd6ex19.aspx

James Newton-King
  • 48,174
  • 24
  • 109
  • 130
  • Did you look at the [.Net 4.5 Page](http://msdn.microsoft.com/en-us/library/7wd6ex19(v=vs.110).aspx) I am not sure if it is what you are looking for. – Mark Hall Apr 02 '12 at 04:48
  • .NET 4.5 and WinRT are different frameworks. – James Newton-King Apr 02 '12 at 08:40
  • Are you asking about WinRT proper, or .NET Core, which integrates with WinRT? WinRT itself doesn't really have a concept of assemblies at all. (An activatable type's full name uniquely identifies the type.) – James McNellis Apr 02 '12 at 16:45

1 Answers1

2

Turns out it doesn't but strong named assemblies can automatically bind to assemblies where the version is greater than the one expected.

James Newton-King
  • 48,174
  • 24
  • 109
  • 130