table of contents
other versions
- buster 5.18.0.240+dfsg-3
- testing 6.8.0.105+dfsg-3
- unstable 6.8.0.105+dfsg-3
- experimental 6.8.0.105+dfsg-3.1
cilc(1) | General Commands Manual | cilc(1) |
NAME¶
cilc - Mono CIL-to-C binding generatorSYNOPSIS¶
cilc [options] assembly targetDESCRIPTION¶
cilc is the Mono CIL-to-C binding generator. It takes a CIL assembly as input and generates a directory of C sources which, when compiled, provide a C interface to the classes contained within that assembly by means of a shared object library.Generated sources make use of the Mono embedding API. Thus a complete Mono development environment must be available on the development system and a complete Mono runtime environment must be available on target systems.