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/. _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
