Share via


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
Public methodSupported by Silverlight for Windows Phone UniqueId() Creates a new instance of the UniqueId class with a new, unique GUID.
Public methodSupported by Silverlight for Windows Phone UniqueId(array<Byte[]) Creates a new instance of the UniqueId class using a byte array that represents a Guid.
Public methodSupported by Silverlight for Windows Phone UniqueId(Guid) Creates a new instance of the UniqueId class using a Guid.
Public methodSupported by Silverlight for Windows Phone UniqueId(String) Creates a new instance of the UniqueId class using a string.
Public methodSupported by Silverlight for Windows Phone 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.
Public methodSupported by Silverlight for Windows Phone 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