Re: [Ironruby-core] Ruby Instance of C# Class Isn't Really the C# Class

2013-09-13 Thread Brandon Doot
Hi Ashiq, I remember running into something similar, I think I needed to use: load_assembly 'SharedClasses.dll' On Fri, Sep 13, 2013 at 2:58 PM, Ashiq A. alibhai.as...@gmail.com wrote: Hi, I have a class defined in C# which I'm creating in Ruby and returning; then C# adds it to an

Re: [Ironruby-core] Ruby Instance of C# Class Isn't Really the C# Class

2013-09-13 Thread Ashiq A.
Hi Brandon, Thanks, it works like a charm. I would love to know why, though :) The working syntax was actually without the .dll extension: load_assembly 'SharedClasses' If you're on Stack Overflow, feel free to reply to my answer (so you can get the rep for it). If not, I will reply myself, so