Specifies the current runtime environment. Used for changing minor settings based on environment.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Native_Net4 | 0 | Native .Net 4.0 - Default | |
| Mono_Net4 | 1 | Mono .Net 4.0 | |
| Native_Net35 | 2 | Native .Net3.5 | |
| Mono_Net35 | 3 | Mono .Net 3.5 | |
| Native_Net2 | 4 | Native .Net 2 | |
| Mono_Net2 | 5 | Mono .Net 2 | |
| WindowsPhone_Silverlight | 6 | Windows Phone 7.1 (8) or Silverlight | |
| Xamarin_Android | 7 | Xamarin.Android | |
| Xamarin_iOS | 8 | Xamarin.iOS | |
| Windows_RT | 9 | Windows RT or Windows Store |
See Also