1cilc(1)                     General Commands Manual                    cilc(1)
2
3
4

NAME

6       cilc - Mono CIL-to-C binding generator
7

SYNOPSIS

9       cilc [options] assembly target
10

DESCRIPTION

12       cilc is the Mono CIL-to-C binding generator. It takes a CIL assembly as
13       input and generates a directory of C sources which, when compiled, pro‐
14       vide  a  C  interface  to the classes contained within that assembly by
15       means of a shared object library.
16
17       Generated sources make use of the Mono embedding API. Thus  a  complete
18       Mono  development environment must be available on the development sys‐
19       tem and a complete Mono runtime environment must be available on target
20       systems.
21

AUTHOR

23       Written by Alp Toker <alp@atoker.com>
24

SEE ALSO

26       mono(1)
27
28
29
30                                                                       cilc(1)
Impressum