Is it possible to run some code when an assembly is loaded, without doing anything specific in the loading code? What I am looking for is like a static constructor on a type
Using a mixed assembly you can get DllMain to run on an assembly load.