Guid

Guid

package cs-system

extends ValueType

implements IComparable_1<Guid>, IEquatable_1<Guid>, IComparable, IFormattable

Available on cs

Constructor

new (b:NativeArray<UInt8>)

new (a:UInt, b:UInt16, c:UInt16, d:UInt8, e:UInt8, f:UInt8, g:UInt8, h:UInt8, i:UInt8, j:UInt8, k:UInt8)

new (a:Int, b:Int16, c:Int16, d:UInt8, e:UInt8, f:UInt8, g:UInt8, h:UInt8, i:UInt8, j:UInt8, k:UInt8)

new (a:Int, b:Int16, c:Int16, d:NativeArray<UInt8>)

new (g:String)

Methods

CompareTo (value:Dynamic):Int

CompareTo (value:Guid):Int

ToByteArray ():NativeArray<UInt8>

Static variables

static read only Empty:Guid

Static methods

static NewGuid ():Guid

static op_Equality (a:Guid, b:Guid):Bool

static op_Inequality (a:Guid, b:Guid):Bool

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部