W3cubDocs

/Haxe C#

Guid

package cs.system

extends ValueType

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

@:struct@:final@:libType@:csNative@:native("System.Guid") Available on cs

Constructor

@:final @:overload new (b:NativeArray<UInt8>)

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

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

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

@:final @:overload new (g:String)

Methods

@:final @:overload CompareTo (value:Dynamic):Int

@:final @:overload CompareTo (value:Guid):Int

@:final @:overload ToByteArray ():NativeArray<UInt8>

Static variables

@:readOnly static read only Empty:Guid

Static methods

@:final @:overload static NewGuid ():Guid

@:final @:overload static op_Equality (a:Guid, b:Guid):Bool

@:final @:overload static op_Inequality (a:Guid, b:Guid):Bool

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