RuntimeEnvironment EnumerationNetworkComms.Net Help
Specifies the current runtime environment. Used for changing minor settings based on environment.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public enum RuntimeEnvironment
Members

  Member nameValueDescription
Native_Net40 Native .Net 4.0 - Default
Mono_Net41 Mono .Net 4.0
Native_Net352 Native .Net3.5
Mono_Net353 Mono .Net 3.5
Native_Net24 Native .Net 2
Mono_Net25 Mono .Net 2
WindowsPhone_Silverlight6 Windows Phone 7.1 (8) or Silverlight
Xamarin_Android7 Xamarin.Android
Xamarin_iOS8 Xamarin.iOS
Windows_RT9 Windows RT or Windows Store
See Also