[This is preliminary documentation and is subject to change.]

Constructor that takes an unsigned 64-bit unsigned integer to convert to a UUID

Namespace:  OpenMetaverse
Assembly:  OpenMetaverseTypes (in OpenMetaverseTypes.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public UUID(
	ulong val
)
Public Sub New ( _
	val As ULong _
)
public:
UUID(
	unsigned long long val
)

Parameters

val
UInt64
64-bit unsigned integer to convert to a UUID

See Also