Comments
2 comments
-
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. -
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?
Add comment
Please sign in to leave a comment.
This seems like the same behavior as the previous version of Reflector, which did not support .NET 4 assemblies.