How to instantiate the application patch of a dll exported from vvvv?

We have exported an application and now want to instantiate the class of the main patch and call methods of it. Is that somehow possible?

If we import or just create nodes from the DLL, we get “not found” errors. Are these types/methods somehow internal or private maybe?

The goal is to create a host for plugin development. We want a VL Document that loads the binaries of the exported app, instantiates the app and passes plugin instances into it for testing and development.

See also this post: