Compile Rhino which uses `using Rhino.Runtime.Code`

Hello there!

I am trying to use Rhino.Runtime.Code in a compiled Rhino plug-in but this assembly is not distributed with the package RhinoCommon.

How would it be the correct way to compile the plug-in? Thanks! :open_hands:

PS: I have tried to be using System.Reflexion to load the assembly Rhino.Runtime.Code but without any success.