1
votes
votes
1 answers
using reflection, loop through each class, then hash its properties
I have a .dll that I want to generate a hash from, both at a class level and a global hash that represents the entire assembly. So the idea is that I will know if the assembly has changed, and I can then also figure out if a given class ...
