Calling a User Object from C# in Grasshopper

I have created many user objects, most from C# script components and some from GH clusters. I would like to write a new C# script component that invokes some of the existing user objects.

I found information about NodeInCode, and that works very well for calling components. Unfortunately, NodeInCode does not work for user objects.

Any hints for how to proceed? Thanks very much!