C# Class DesktopAnalytics.Analytics.Version

显示文件 Open project: hatton/DesktopAnalytics.net

Public Methods

Method Description
Match ( OperatingSystem os ) : bool
Version ( PlatformID platform, int major, int minor, string label ) : System

Method Details

Match() public method

public Match ( OperatingSystem os ) : bool
os System.OperatingSystem
return bool

Version() public method

public Version ( PlatformID platform, int major, int minor, string label ) : System
platform PlatformID
major int
minor int
label string
return System