What exactly is a module? What is the difference between a module, a class and a function? How can I access a module in C#?
I am asking this because I want to calculate a checksum of the IL code of only some particular functions, at runtime (without using code signing).