mono-config
DESCRIPTION
The Mono runtime will load configuration data from the installation
prefix /etc/mono/config file, the ~/.mono/config or from the file
pointed by the MONO_CONFIG environment variable.
For each assembly loaded a config file with the name:
/path/to/the/assembly.exe.config is loaded as well as the
~/.mono/assemblies/ASSEMBLY/ASSEMBLY.EXT.config file.
This file controls the behavior of the runtime.
The file contains an XML-like file with various sections, all of them
contained inside a section (It actually uses GMarkup to parse the
file).
This page describes the Unix-specific and Mono-specific extensions to
the configuration file; For complete details, see the
http://www.mono-project.com/Config web page.
mono(1),monodis(1),mint(1)
Mono(Mono 1.0)
Man Pages Copyright Respective Owners. Site Copyright (C) 1994 - 2012
Hurricane Electric.
All Rights Reserved.