What delay-load dependencies\functions are meant for in the following document?
http://www.dependencywalker.com/faq.html
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.