Is it possible to do some CLR hosting from a managed application?
As the hosting API is exposed through COM the plumbing should be possible.
Moreover, from the 4.0 version of the runtime, it's possible to host more than one CLR in the same process.
But I'm not sure about bootstrapping a CLR from another CLR; if possible in a way as simple as the bootstrapping from native C++, without using any unmanaged code.
Any pointer is welcome, thanks.