How do I automatically add dlls to ironruby engine -


I want to add the currently loaded DLL of the current application to the LoneRubube engine so that I can execute the script every time I

using the ScriptRuntime.LoadAssembly . This is my original code

  // This part may have changed, probably a different / possibly RUBINinin or runtime = ScriptRuntime from the new ScriptRuntime (Ruby.CreateRuntimeSetup); // Use our Ruby for all Sovereigns foreach (AppDomain.CurrentDomain.GetAssemblies (in separate assembly) {runtime.LoadAssembly (assembly); }  

Comments

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -