[Mono-list] DynamicObject

Daniel Lo Nigro lists at dan.cx
Sat Mar 16 04:24:47 UTC 2013


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 <btimby at 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 <lists at 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 at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20130316/94493c1c/attachment.html>


More information about the Mono-list mailing list