I need to use .NET or MONO for C#/F# programming. How do I know my C#/F# code is running on what platform?
|
feedback
|
|
You shouldn't have to do this. However, if it's really necessary you can check for the type Mono.Runtime. From the Mono FAQ:
| |||
|
feedback
|