1. Load context : 缺省的binding context,是所有referenced assembly 和通过Type.GetType(),Assembly.Load加载的assembly的传递闭包。
2. LoadFrom context : 所有使用LoadFrom方法加载的Assembly, 值得注意的是在Type.GetType时,CLR不会察看这个context。
3. Dynamically context: 所有动态生成的Assembly 的context.
2. LoadFrom context : 所有使用LoadFrom方法加载的Assembly, 值得注意的是在Type.GetType时,CLR不会察看这个context。
3. Dynamically context: 所有动态生成的Assembly 的context.