LinuxDistribution.create

The initialization method of this class gathers information from the available data sources, and stores that in private instance attributes. Subsequent access to the information items uses these private instance attributes, so that the data sources are read only once.

struct LinuxDistribution
static
create
(
bool include_lsb = true
,
string os_release_file = ""
,
string distro_release_file = ""
,
bool include_uname = true
)

Meta