What are the implications and suggested scenarios to use either?
Share
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.
Assembly.Loadis a dynamic reference since you’re dynamically loading an external DLL at run-time. You would consider a static reference more like when you’re adding a reference to a .NET project and building the project with that reference in place.EDIT:
From the MSDN Doc:
Hmmm, not sure about this one myself. I’ll keep my answer here for now, in the hope of getting more correction comments or seeing better answers.