Hi

I'd like to get the runtime type of a ruby class

The IronPython guys can do something like this (python substituted for ruby)
require 'clr'

class Person < Struct.new(:id, :name, :age)
end

they can then do clr.ClrType(Person).FullName

Something equivalent to that doesn't exist yet for ironruby does it?

When I do Person.to_clr_type it returns nil
and other objects give me their base types

Person.GetType => IronRuby.Builtins.RubyObject

I'm actually trying to get the ironpython ClrMetaClass from Harry Pierson
written in ironruby.
---
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto Carrero
Blog: http://flanders.co.nz
Google Wave: portocarrero.i...@googlewave.com
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to