How can we help you today? How can we help you today?

Some methods are still empty in .NET 4 assemblies

Specifically the WPF (WindowsBase, PresentationBase, PresentationFramework and System.Xaml) all from Reference Assemblies. Are there restrictions for x64/x86 based assemblies with this new version of Reflector? Anyway to see the source code for these?
mark_julmar
0

Comments

1 comment

  • Clive Tong
    Reference Assemblies are for the use of the compiler, in that they contain metadata but no IL instructions. You need to point Reflector at the real assemblies which do have the IL instructions. The easiest way to find these assemblies is via the File/Open Cache menu item.
    Clive Tong
    0

Add comment

Please sign in to leave a comment.