Table of Contents

Method GetLinuxFlavor

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetLinuxFlavor()

Determines the Linux flavor used by the current system.

public static string GetLinuxFlavor()

Returns

string

A string representing the Linux flavor. Returns musl if the system uses musl libc; otherwise, returns glibc.