Mono(mono-config) Mono(mono-config) (NAME) mono-config - Mono (DESCRIPTION) Mono /etc/mono/config ~/.mono/config MONO_CONFIG . /path/to/the/assembly.exe.config ~/.mono/assemblies/ASSEMBLY/ASSEMBLY.EXT.config . . XML ( GMarkup ). Mono . ( directive) dllmap (shared libraries) P/Invoke . . dllmap : dll DllImport "i:" . target : ( dlopen ) . ( directive) dll/ . dllmap dll . dllentry : dll . name : P/Invoke . target P/Invoke . (Mapping based on operating system and cpu) dllmap dllentry : os . : linux, osx, solaris, freebsd, openbsd, netbsd, windows, aix, hpux. cpu . : x86, x86-64, sparc, ppc, s390, s390x, arm, mips, alpha, hppa, ia64. wordsize (registers) . . '!' . "!windows,osx" OS X . . (override) . (EXAMPLES) `cygwin1.dll' `libc.so.6' . DllImport : [DllImport ("cygwin1.dll")] [DllImport ("Cygwin1.dll")] [DllImport ("cygwiN1.Dll")] #C : [DllImport ("libc")] static extern void somefunction (); differentfunction libdifferent.so Solaris FreeBSD libanother.so . (SEE ALSO) mono(1), monodis(1), mint(1) Mono(mono-config)