Exploring .NET reflection - Part 1
Introduction
In the process of planning development for my DocFX alternative tool (MarkDoc.Core), which generates documentation for .NET projects, I decided to look for a better way of extracting types and their member signatures. The initial approac...
netexplorer.hashnode.dev4 min read
Jonathan Johansen
Christ, programming (.NET, AHK, CL), mathematics!
Nice! I learned more about what reflection can do. Modifying it sounds like black magic, but I know it's powerful. I use Fody a bit, which is really nice to have, and good to know!