[Ironruby-core] Enumerate CLR methods
Alex 2k8
lists at ruby-forum.com
Wed Jan 7 19:36:33 EST 2009
Hello,
How to enumerate the CLR object methods?
I whould like to write some thing like this:
- - -
require 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'
include System::Windows::Forms
p Form.new.methods.sort
- - -
and to see methods like: show, show_dialog, ...
- Alex
--
Posted via http://www.ruby-forum.com/.
More information about the Ironruby-core
mailing list