Skip to content
Discussion options

You must be logged in to vote

At the moment module loading into the main module can only be done as you said using Julia.Eval("using Module"). Thats a very small expression so I do not see much a performance benefit from doing it via c. I can add a function into JLModule to do this for your if you want though.

Refer to JLFun.cs for your answer to #2.

  var StringF = JLModule.Base.GetFunction("string");
   //Then used like StringF.Invoke(my_obj);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HyperSphereStudio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants