V
Verde
I'm learning about .NET assemblies and in the documentation there is mention
of "module" or "modules" within an assembly. For example, the Assembly class
has a GetModules method.
What is a module as it relates to an assembly? Is a module simply a class
(or any type) within the assembly?
Thanks in advance.
of "module" or "modules" within an assembly. For example, the Assembly class
has a GetModules method.
What is a module as it relates to an assembly? Is a module simply a class
(or any type) within the assembly?
Thanks in advance.