C# Class Brunet.Applications.OSDependent

Determines the current operating system, between Linux and Windows. This is a static class unified class rather than have other parts of the code look at Environment.OSVersion.Platform and figure information from there.
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
OSVersion OS

Private Methods

Method Description
OSDependent ( ) : System

Static constructor to setup OSVersion

Property Details

OSVersion public static property

Contains the current operating system.
public static OS OSVersion
return OS