Version

Version

package cs-system

implements ICloneable, IComparable, IComparable_1<Version>, IEquatable_1<Version>

Available on cs

Constructor

new ()

new (major:Int, minor:Int, build:Int, revision:Int)

new (major:Int, minor:Int, build:Int)

new (major:Int, minor:Int)

new (version:String)

Variables

read only Build:Int

read only Major:Int

read only MajorRevision:Int16

read only Minor:Int

read only MinorRevision:Int16

read only Revision:Int

Methods

Clone ():Dynamic

CompareTo (version:Dynamic):Int

CompareTo (value:Version):Int

ToString ():String

ToString (fieldCount:Int):String

Static methods

static op_Equality (v1:Version, v2:Version):Bool

static op_GreaterThan (v1:Version, v2:Version):Bool

static op_GreaterThanOrEqual (v1:Version, v2:Version):Bool

static op_Inequality (v1:Version, v2:Version):Bool

static op_LessThan (v1:Version, v2:Version):Bool

static op_LessThanOrEqual (v1:Version, v2:Version):Bool

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/Version.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部