class Ruby::CSharpScript::CSharpScript
Attributes
csharp_script[R]
Public Class Methods
new()
click to toggle source
# File lib/ruby/csharp_script.rb, line 8 def initialize @csharp_script = WIN32OLE.new("ruby.csharp_script.CSharpScript") end
Public Instance Methods
evaluate_async(code)
click to toggle source
# File lib/ruby/csharp_script.rb, line 12 def evaluate_async(code) @csharp_script.EvaluateAsync(code) end