assembly.reflectiononly Questions

3

Solved

In our application (solution with 65 projects), all referenced assemblies are analysed in run-time for the presence of Ninject modules (there is some filtering applied too). The modules are loaded ...
Psephology asked 14/11, 2016 at 8:29

3

Solved

I'm trying to load a few modules via hooking into the AppDomain.AssemblyResolve and AppDomain.ReflectionOnlyAssemblyResolve events. While I got the former to work, I fail miserably on the latter. I...
Adit asked 20/2, 2009 at 15:58

5

Solved

I'm trying to understand the differences between Assembly.Load and Assembly.ReflectionOnlyLoad. In the code below I am attempting to find all of the objects in a given assembly that inherit from a...
Hollingsworth asked 20/11, 2008 at 16:8

2

Solved

I am trying to add Silverlight support to my favorite programming langauge Nemerle. Nemerle , on compilation procedure, loads all types via reflection mainly in 2 steps 1-) Uses Assembly.LoadFro...
1

© 2022 - 2024 — McMap. All rights reserved.