TypeForwardTo Attribute

Overview

  • Attribute to indicate a type has moved from one assembly to another.
  • Enables you to update your assemblies without recompiling the clients using them.
  • Great example can be found at What is TypeForwardedToAttribute?