commands.sh

mono

linux

Runtime for the .NET Framework.

More info →

Examples (2)

Run a .NET assembly in debug mode

mono --debug path/to/program.exe

Run a .NET assembly

mono path/to/program.exe
made by @shridhargupta | data from tldr-pages