Pretty much what the question states. I have a .net exe that runs, and then loads my library (in c++). Is there any way to get the ICLRMetaHost, or similar interface, that mscoree loads when it starts up the .net exe? I want to do this primarily so I can access the gc and memory related settings from my native library for debugging purposes.
Bonus points for point out a similar implementation using the mono hosting api.