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.

Guid Constructor

 

Initializes a new instance of the Guid structure.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGuid(array<Byte>^)

Initializes a new instance of the Guid structure by using the specified array of bytes.

System_CAPS_pubmethodGuid(Int32, Int16, Int16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)

Initializes a new instance of the Guid structure by using the specified integers and bytes.

System_CAPS_pubmethodGuid(Int32, Int16, Int16, array<Byte>^)

Initializes a new instance of the Guid structure by using the specified integers and byte array.

System_CAPS_pubmethodGuid(String^)

Initializes a new instance of the Guid structure by using the value represented by the specified string.

System_CAPS_pubmethodGuid(UInt32, UInt16, UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)

Initializes a new instance of the Guid structure by using the specified unsigned integers and bytes.

Return to top
Show:
© 2017 Microsoft