Method IsUnixLike
IsUnixLike()
Determines whether the current operating system is a Unix-like platform.
public static bool IsUnixLike()
Returns
Remarks
Unix-like platforms include operating systems that derive from or closely follow traditional UNIX and POSIX design principles. On .NET, this currently includes Linux, macOS (Darwin), and FreeBSD.