G
Guest
Hi all,
Would anyone know Assembly.LoadFile(file) method prevents loading the same
assembly multiple times even if it's called over and over again with the same
file? If it does not, what's the better way to make sure only one copy of the
same assembly is loaded (the first time called)?
Thanks.
Would anyone know Assembly.LoadFile(file) method prevents loading the same
assembly multiple times even if it's called over and over again with the same
file? If it does not, what's the better way to make sure only one copy of the
same assembly is loaded (the first time called)?
Thanks.