Scripting in .net CF

R

Robert Regnell

Is it possible to evaluate expressions in VB.Net / VC#.net in the .net
Compact Framework? We have a requirement to evaluate user-defined
expressions on PocketPC devices. The expressions would contain references
to methods/properties that are defined as well as built-in
methods/properties.

We currently do this with an eVB application with a home-grown expression
evaluation dll and we need to port this application over to .net CF.

Any information regarding this would be greatly appreciated.

Robert Regnell
 
C

Chris J.T. Auld [MVP]

Robert Regnell said:
Is it possible to evaluate expressions in VB.Net / VC#.net in the .net
Compact Framework? We have a requirement to evaluate user-defined
expressions on PocketPC devices. The expressions would contain references
to methods/properties that are defined as well as built-in
methods/properties.

Unfortunatly the usual approach to this in the Framework, using
Reflection.Emit and CodeDom, is not available on the Compact Framework yet.

Cheers
Chris

--
****Please Reply To The Newsgroup So All Can Benefit From Discussion****
-------------------------------------------
Kognition Consulting Limited - Thought Meets Technology
Chris J.T. Auld - Managing Director
Microsoft MVP (Windows Mobile Devices)
Phone: +64 3 453 0064
Mobile: +64 21 500 239
Email: (e-mail address removed)
"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top