System.AppDomain
- Load
System.Reflection.Assembly
- Load - load assemblies in default load context that containes of assemblies found by probing:
- the GAC
- the host assembly store
if the runtime is hosted (for example, in SQL Server) - the ApplicationBase and PrivateBinPath of the application domain.
- LoadFrom - load assemblies in load-from context that contains assemblies that are loaded from locations that are not searched by the loader
- ReflectionOnlyLoad - load assemblies in reflection-only context. Code in this context cannot be executed
No comments:
Post a Comment