
Mono is a platform for running and developing applications based on the ecma/iso standards. mono is an open source effort led by xamarin. mono provides a complete clr (common language runtime) including compiler and runtime, which can produce and execute cil (common intermediate language) bytecode (aka assemblies), and a class library.
this package contains the mono.management library for cli 4.0, which provides attach functionality for the mono runtime. it allows one to load code externally into a mono process to debug or augment code live.