Forum: IronRuby IronRuby hosting - executing C# method

Posted by Konstantin Kos (k0st1x)
on 2012-11-20 21:25
Hi,
I have some issue with hosting IronRuby in C# application.

I've created Ruby ScriptEngine, created ScriptScope with delegate in it:
> C#
> scope.SetVariable("func", new Action<object>(MyMethod));

but can't execute "func" from script

> Ruby
> func("argument")
fails with ArgumentException "wrong number of arguments (1 for 0)"

but can run it by calling "invoke":
> Ruby
> func.invoke("argument")

is it possible to execute Delegate like normal ruby function?
Posted by Orion Edwards (Guest)
on 2012-11-20 21:50
(Received via mailing list)
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
Posted by Konstantin Kos (k0st1x)
on 2012-11-21 11:57
Orion Edwards wrote in post #1085558:
> _______________________________________________
> Ironruby-core mailing list
> Ironruby-core@rubyforge.org
> http://rubyforge.org/mailman/listinfo/ironruby-core

???
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.