Does Hydra support .Net interfaces when not ComVisible?

I have some 3rd party .net assemblies with an API consisting of interfaces.
These interfaces are not com visible.
Can Hydra use them anyway?

Unfortunately no. Hydra relies on COM to perform cross-platform communications. So you have to provide ComVisimble wrapper interfaces in your case.