[Ironruby-core] Lowercase classname
Tinco Andringa
mail at tinco.nl
Thu Nov 18 09:17:35 EST 2010
Hey guys,
I'm using IronRuby to interface with a clr library. There is a small
problem however: It has one class that does not start with a capital
letter. This causes IronRuby to just not see the class since ruby does
not support lowercase constantnames. Does anyone know if it's possible
to work around this in IronRuby (like somehow getting a reference to
it with a string, and then assigning it to different ruby constant)?
Or should I make my own clr dll that exposes the class with a
different (uppercased) name?
Cheers,
Tinco Andringa (simkor.nl)
More information about the Ironruby-core
mailing list