G
Guest
Hi group,
I am relatively new to .NET and am trying to wrap my brain around a concept.
Say I have Assembly A1 that contains three namespaces, N1, N2, and N3.
If I add A1 as a reference to my project, am I right in thinking that I can
perform Imports N1 and that the remaining namespaces, N2 and N3, will not be
loaded into memory? Or by the very fact that I added a reference to A1, all
namespaces and classes are loaded into memory when A1 is accessed?
Perhaps I'm overthinking this, but it seems that maybe I am on the cusp of
actually grasping the whole concept of assemblies and namespaces, and I
wanted someone to further enlighten me.
Thanks for any input.
Richard
I am relatively new to .NET and am trying to wrap my brain around a concept.
Say I have Assembly A1 that contains three namespaces, N1, N2, and N3.
If I add A1 as a reference to my project, am I right in thinking that I can
perform Imports N1 and that the remaining namespaces, N2 and N3, will not be
loaded into memory? Or by the very fact that I added a reference to A1, all
namespaces and classes are loaded into memory when A1 is accessed?
Perhaps I'm overthinking this, but it seems that maybe I am on the cusp of
actually grasping the whole concept of assemblies and namespaces, and I
wanted someone to further enlighten me.
Thanks for any input.
Richard