
mono
List of commands for mono:
-
mono:tldr:4fd83 mono: Run a .NET assembly.$ mono ${path-to-program-exe}try on your machineexplain this command
-
mono:tldr:6bac3 mono: Run a .NET assembly in debug mode.$ mono --debug ${path-to-program-exe}try on your machineexplain this command