assembly-loading

Difference between LoadFile and LoadFrom with .NET Assemblies?

旧城冷巷雨未停 提交于 2019-11-26 11:15:37
I was looking at the msdn documentation and I am still a little confused on what exactly is the difference between using LoadFile and LoadFrom when loading an assembly. Can someone provide an example or an analogy to better describe it. The MSDN documentation confused me more. Also, Is ReflectionOnlyLoadFrom the same as LoadFrom except that it loads the assembly only in reflection mode. Since my .NET experience is not the greatest, here are some questions regarding the MSDN documentation using LoadFile: 1) What does it mean by LoadFile examines assemblies that have the same Identity, but are

Difference between LoadFile and LoadFrom with .NET Assemblies?

北城余情 提交于 2019-11-26 02:07:56
问题 I was looking at the msdn documentation and I am still a little confused on what exactly is the difference between using LoadFile and LoadFrom when loading an assembly. Can someone provide an example or an analogy to better describe it. The MSDN documentation confused me more. Also, Is ReflectionOnlyLoadFrom the same as LoadFrom except that it loads the assembly only in reflection mode. Since my .NET experience is not the greatest, here are some questions regarding the MSDN documentation