Table of Contents

Constructor ObjectUniqueId

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ObjectUniqueId()

Initializes a new instance of the ObjectUniqueId struct.

public ObjectUniqueId()

ObjectUniqueId(ref ulong)

Initializes a new instance of the ObjectUniqueId struct using the specified reference to the counter variable. You should normally use the parameterless constructor.

public ObjectUniqueId(ref ulong counter)

Parameters

counter ulong

ObjectUniqueId(ulong)

Initializes a new instance of the ObjectUniqueId struct using the specified integer identifier. You should normally use the parameterless constructor.

public ObjectUniqueId(ulong id)

Parameters

id ulong

The integer identifier.

Remarks

This constructor is used to wrap existing integer identifiers to ObjectUniqueId.

ObjectUniqueId(Guid)

Initializes a new instance of the ObjectUniqueId class using the specified GUID. You should normally use the parameterless constructor.

public ObjectUniqueId(Guid guid)

Parameters

guid Guid

The globally unique identifier (GUID) that represents the unique identity of the object.