Here are my 3 posts:

------------------

How do i unsub from a .net event?

if I attach to an event like:

grid.new_row do |row|
      puts row
end

- how do i unsub from it??

------------------

If i am accessing a .net api, how do i pass generic args from ruby?

------------------

What is the equivelent of typeof() for getting a type from a .net  
type. I am trying to script a testing framework for a windows app. I  
would like to get a hold of its service locator and call its:

service = locator.GetService(typeof(Foo))

If i have a handle to the locator in ruby, how do i pass it a .net  
type like that?
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to