Hi, in runtime I need know if the framework is mono o microsoft. For example: if I run "mono myapp.exe" the app needs know that is running on mono and not on Microsoft. Something like Environment.OSVersion ? Thanks, Luis