Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UniqueId Constructor

 

Creates a new instance of this class.

Namespace:   System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

NameDescription
System_CAPS_pubmethodUniqueId()

Creates a new instance of this class with a new, unique Guid.

System_CAPS_pubmethodUniqueId(array<Byte>^)

Creates a new instance of this class using a byte array that represents a Guid.

System_CAPS_pubmethodUniqueId(array<Byte>^, Int32)

Creates a new instance of this class starting from an offset within a byte array that represents a Guid.

System_CAPS_pubmethodUniqueId(array<Char>^, Int32, Int32)

Creates a new instance of this class starting from an offset within a char using a specified number of entries.

System_CAPS_pubmethodUniqueId(Guid)

Creates a new instance of this class using a Guid.

System_CAPS_pubmethodUniqueId(String^)

Creates a new instance of this class using a string.

Return to top
Show:
© 2017 Microsoft