I don't have any source for you (don't use J#), but you should be able to set a reference in your C# project to your J# assembly, and then put a "using MyJSharpAssemblyName;" at the top of your C# code. Then you can access all your J# functions just like they were local.
Same applies for doing the reverse - set a reference to your C# assembly in your J# project, do the J# equivalent of "using MyCSharpAssembly" at the top of your J# code, and you're there. You get full Intellisense and everything.
Thanks, that provided the clues I needed. I created a C# project, added a J# class library project to the same solution, set a reference in my C# project to my J# project using the GUI and added "using myJsharpClasses" to my C# source.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.