Constructor ObjectUniqueId
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
counterulong
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
idulongThe 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
guidGuidThe globally unique identifier (GUID) that represents the unique identity of the object.