Click or drag to resize
Akka.NETRuntimeDetector Class
Used to detect specific .NET runtimes, to make it easier to adjust for platform specific differences.
Inheritance Hierarchy
SystemObject
  Akka.UtilRuntimeDetector

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class RuntimeDetector

The RuntimeDetector type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberIsMono
Is true if we're running on a Mono VM. false otherwise.
Top
Remarks
Mostly used for detecting Mono right now because certain features, i.e. IPV6 support, aren't fully supported on it. Can also be used for picking platform-specific implementations of things such as Akka.Cluster.Metrics implementations.
See Also