I want to see the source code of Microsoft.Visualbasic.Financial.IRR
.
How can I decompile it to see the source code of the IRR method of financial class?
System{" df -k | awk '{sum += $4 }i; END {print sum} '"};
above line is not useful
I've tried to view it using different software but it will not work for me. Is there any software that will view the source code?
You can do that with .NET Reflector, it works for visual basic. You have 30 days trial
Would you like to step through the original Microsoft source code in the debugger when you call it?
Easy. You can set up Visual Studio to automatically download the source code as required, so that you can step into it, inspect variables, set breakpoints, etc. Instructions
While I realize this question is quite old, based on the number of views I believe there are many others searching for this. Now that Reference Source is available, we can view this method directly:
I've used ILSpy(it's free) to decompile the type
Microsoft.Visualbasic.Financial.IRR
and it's method IRR: