I’m trying to figure out how i can modify referenced assemblies in a C# script component from within another C# script component.
Reason for this, is that together with Grasshopper I am also using an external software for which i have written some short C# scripts in Grasshopper.
The assemblies in my own written C# script are now only referencing to a specific version of the external software. This is what I would be able to modify, depending of which version of the external software I am using since the Namespaces, Classes etc. don’t usually change that much…
I have figured out how to get the C# scripts of the Grasshopper document, but the type I get is ScriptComponents.Component_CSNET_Script. How can I get the Namespace for this?