R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is the purpose of `Assembly.Load()` in .NET?

  • (A) Load a project file
  • (B) Load an assembly into the current application domain
  • (C) Attach a debugger
  • (D) Register assembly in GAC

Explanation by: Ram Sharma
`Assembly.Load()` is used for dynamically loading assemblies at runtime.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.