Hello,
Guess I'm still not clear on how to get a custom assembly's methods and properties to show up in the Syntax Editor using the .NET Language Add-on. I've done this:
cSharpProjectAssembly.AssemblyReferences.AddFrom(@"C:\\Source\\Cicero.XM\\CICDev\\Framework\\CIC.Framework.CustomAutomation\\bin\\x86\\Debug\\CIC.Framework.CustomAutomation.dll");
and a few things show up, e.g. a couple of namespaces, but nothing useful.
Does the custom assembly need to implement IProjectAssembly interface or something? It's just not clear to me from product documentations of the steps required.