Friday, 6 July 2012

Is using Assembly.Load a static reference or dynamic reference?

Purpose:
  • This is a sneaky question to see if a developer has experience using Reflection Libraries and has a deeper understanding of the type system.
  • If a developer can tie this to Reflection and prompt a discussion about the life cycle and memory management techniques of the CLR you might have a keeper.

Potential Answer:
This would of course be dynamically loaded at run time since it uses reflection...

No comments:

Post a Comment