[This is preliminary documentation and is subject to change.]

Supported operating systems.

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

C#
public enum RuntimeOS
Visual Basic (Declaration)
Public Enumeration RuntimeOS
Visual C++
public enum class RuntimeOS

Members

Member nameDescription
Any
Any operating system.
Unix
Unix/Linux operating systems.
WindowsCE
Windows CE.
Windows
Desktop versions of Windows (95,98,ME).
WindowsNT
Windows NT, 2000, 2003 and future versions based on NT technology.
Unknown
Unknown operating system.

Remarks

If you add anything here, make sure to add the appropriate detection code to PlatformDetector

See Also