When are referenced Assemblies loaded?

前端 未结 1 1652
慢半拍i
慢半拍i 2020-12-11 19:21

I wrote a program that makes a reference to Microsoft.Web.Administration.dll, which is not present on Windows Server 2003.

The program checks for the os and does not

相关标签:
1条回答
  • 2020-12-11 20:12

    When you enter a method that references a type in another assembly. Here is an example when trying to delay load x86 and x64 assemblies.

    0 讨论(0)
提交回复
热议问题