开发者

Some terminologies to clarify

开发者 https://www.devze.com 2022-12-22 02:14 出处:网络
What delay-load dependencies\\functio开发者_JAVA百科ns are meant for in the following document? http://www.dependencywalker.com/faq.html

What delay-load dependencies\functio开发者_JAVA百科ns are meant for in the following document?

http://www.dependencywalker.com/faq.html

Thanks


Hard to parse your question. Delay-load is a feature of unmanaged code. It won't load a DLL until the program actually makes a call to a function exported in the DLL.

DependencyWalker is quite unsuitable for managed code. Assemblies are dynamically loaded by the JIT compiler, DependencyWalker cannot see such assembly references.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号