3 cilc \- Mono CIL-to-C binding generator
10 cilc is the Mono CIL-to-C binding generator. It takes a CIL assembly as input
11 and generates a directory of C sources which, when compiled, provide a C
12 interface to the classes contained within that assembly by means of a shared
15 Generated sources make use of the Mono embedding API. Thus a complete Mono
16 development environment must be available on the development system and a
17 complete Mono runtime environment must be available on target systems.
19 Written by Alp Toker <alp@atoker.com>