tags:

views:

75

answers:

2

I opened System.Numerics at reflector to study how it works.

But all methods at BigInteger and Complex are empty. Why? How can this works?

+2  A: 

Get the latest reflector here: http://www.red-gate.com/products/reflector/
(I'm able to view it fine using the current release, free version)

There are some improvements to support previously un-reflectable (new word?) code each release, being able to view it now is just the result of a bug fix really.

Nick Craver
And if you find code that the latest version can't process, try changing the language to MSIL.
Ben Voigt
A: 

I openning assembly from C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0

But this is right path:C:\Windows\Microsoft.NET\Framework\v4.0.30319

Why exists fakes assemblies?

Fujiy