[Ironruby-core] Looking for documentation about special clr related methods
Shay Friedman
lists at ruby-forum.com
Thu Jun 11 13:08:45 EDT 2009
Hey,
After further investigation I have one correction and two more
additions:
clr_constructor and clr_ctor - they do not execute the CLR constructor,
they return an array of ConstructorInfo objects (one for each
constructor ocerload).
clr_new - executes the CLR constructor.
The Method class retrieves two new methods as well:
clr_members - returns an array of RunTimeMethodInfo, one for each method
overload.
overloads - given types as arguments, it returns the matching overloaded
CLR method.
Corrections/Comments/Treats/LotsOfMoney will be gladly accepted.
Thanks,
Shay
----------------------------
Shay Friedman
http://www.ironshay.com
Follow me: http://twitter.com/ironshay
--
Posted via http://www.ruby-forum.com/.
More information about the Ironruby-core
mailing list