Forrest logo
back to context overview

mono

List of commands for mono:

  • mono:tldr:4fd83 mono: Run a .NET assembly.
    $ mono ${path-to-program-exe}
    try on your machine
    explain this command
  • mono:tldr:6bac3 mono: Run a .NET assembly in debug mode.
    $ mono --debug ${path-to-program-exe}
    try on your machine
    explain this command
back to context overview