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.
Mostrar archivo 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_oe static_oe property

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