09 10:45 PM
To: [email protected]
Subject: [Ironruby-core] Interface methods of internal class not defined in IR
Hi there,
We are using a .NET library which comprises of several classes marked
internal where each class exposes functionality through an interface.
When attempting to call on
Hi there,
We are using a .NET library which comprises of several classes marked
internal where each class exposes functionality through an interface.
When attempting to call on these objects in IR, we get an "undefined
method" exception. Is there a way to access the interface members of
the class