I run my application on the command line as follows:
path-to-mono/mono
- Is there a way to detect the presence of the -debug option (or others if I use them)?
- Can I get the path to the mono executable from which I started the application? (I know some methods for determining the installation path, but this is not what I need.)
source
share