I have reviewed ECMA 335 and I have only found a reference to the .export keyword which seems promising but has very little documentation. I have found similar questions on StackOverflow with respect to doing this in C#. However, none of that has lead me anywhere useful so far.
The bottom line is: I have a CIL DLL and I want to invoke some of its static methods from a native C++ application.