UniqueId Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Creates a new instance of the UniqueId class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
UniqueId() | Creates a new instance of the UniqueId class with a new, unique GUID. | |
UniqueId(array<Byte[]) | Creates a new instance of the UniqueId class using a byte array that represents a Guid. | |
UniqueId(Guid) | Creates a new instance of the UniqueId class using a Guid. | |
UniqueId(String) | Creates a new instance of the UniqueId class using a string. | |
UniqueId(array<Byte[], Int32) | Creates a new instance of the UniqueId class that starts from an offset within a byte array that represents a Guid. | |
UniqueId(array<Char[], Int32, Int32) | Creates a new instance of this class starting from an offset within a char using a specified number of entries. |
Top