Viewing differences between Managed libraries

With every new DirectX SDK release, there's always subtle changes to the API within the Managed Libraries.

With C++, it's easy to get a glimpse of what has changed in the API by diff-ing the header files.

But the Managed Libraries have no headers, so it's more of a "compile and cross-your-fingers" approach.

Is there a way to view the differences between versions of a Managed Library? Or more specifically, what's the .NET equivalent of "diff-ing the headers"?

[501 byte] By [FastEddie] at [2007-12-23]