I seem to get inconsistent results when expanding methods in the .NET 4 assemblies. For example if I look up ElasticEase from PresentationCore, there is nothing in the method bodies.

This seems like the same behavior as the previous version of Reflector, which did not support .NET 4 assemblies.
endquote
0

Comments

2 comments

  • Alex D
    Perhaps the "Reference Assemblies" version of the assembly has got loaded into your reflector somehow. It is a stub assembly, and has empty methods.

    Try using File>Open Cache to open the assembly, which will make sure it's loaded straight from the GAC.
    Alex D
    0
  • endquote
    Yes, I think I was loading a reference assembly. I loaded PresentationCore from the cache and am now seeing method bodies.

    However, strangely, the classes I'm looking for aren't there. For example EasingFunction base and IEasingFunction.

    They did appear in the reference assembly, but without method bodies.

    Is there something special about these classes?
    endquote
    0

Add comment

Please sign in to leave a comment.