Sorry I took so long to reply, I didn't notice this email in my inbox!

I'd always suggest using the newest version of Mono. I believe that support
for DynamicObject and the DLR (Dynamic Language Runtime) were added in Mono
2.6 or 2.8. I've used dynamic in Mono 2.10 and 3.0 and it seems to work.

DynamicObject is in the System.Dynamic namespace which is in
System.Core.dll, which is a core part of the .NET Framework.


On Sat, Mar 2, 2013 at 3:14 AM, Ben Timby <bti...@gmail.com> wrote:

> Daniel,
>
> Thank you for your detailed reply. I appreciate the time you took to
> provide me such an excellent example!
>
> On Fri, Mar 1, 2013 at 8:50 AM, Daniel Lo Nigro <li...@dan.cx> wrote:
> > Yes, DynamicObject should work under Mono.
>
> The first problem I am running into is that being new to Mono, I am
> not sure what version of Mono I need, or what version of the runtime
> etc. is needed for this feature. Also, what assembly / namespace is
> this located in?
>
> When I first tried this, I could not get any of my examples or tests
> to even compile, I think this is my greatest hurdle.
>
> Thanks again for your help.
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to