.NET Module vs Assembly
https://stackoverflow.com/questions/9271805/net-module-vs-assembly
In .net the difference between an assembly and module is that a module does not contain the manifest.
//Copied from CLR via C#
https://stackoverflow.com/questions/9271805/net-module-vs-assembly
In .net the difference between an assembly and module is that a module does not contain the manifest.
//Copied from CLR via C#