chris donnan:

> How do i unsub from a .net event?

This is not supported today.

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

This is also not supported today.

> 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))

Foo.to_clr_type

Our .NET interop is fairly weak today. Because of our current push to get the 
language running in time for RailsConf, all .NET interop work is being pushed 
back into June on our schedule.

Thanks,
-John

_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to