Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • I hoped there is something out there I didn't find... Commented Sep 9, 2013 at 13:19
  • I had to use CIL about 2 years ago for dynamically implementing a proxy class that implements a supplied interface marked with attributes to identify the key parts of the interface we needed to proxy. It was some fairly intense work, and not to be undertaken lightly, but it was effective. Commented Sep 9, 2013 at 13:26
  • Using CIL is practically the opposite of simple scripting. Commented Sep 9, 2013 at 13:39
  • True, but as a real last resort but it does allow you to present a script window to your user, to convert their script (in what ever script language to allow them to use) into CIL and then to load that into your process and execute it. Commented Sep 9, 2013 at 13:45