cilc.1 669 B

123456789101112131415161718192021
  1. .TH "cilc" 1
  2. .SH NAME
  3. cilc \- Mono CIL-to-C binding generator
  4. .SH SYNOPSIS
  5. .B cilc
  6. [options]
  7. .I assembly
  8. .I target
  9. .SH DESCRIPTION
  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
  13. object library.
  14. .PP
  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.
  18. .SH AUTHOR
  19. Written by Alp Toker <[email protected]>
  20. .SH SEE ALSO
  21. mono(1)