Share via


Guid Constructor (UInt32, UInt16, UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Sub New ( _
    a As UInteger, _
    b As UShort, _
    c As UShort, _
    d As Byte, _
    e As Byte, _
    f As Byte, _
    g As Byte, _
    h As Byte, _
    i As Byte, _
    j As Byte, _
    k As Byte _
)
[CLSCompliantAttribute(false)]
public Guid(
    uint a,
    ushort b,
    ushort c,
    byte d,
    byte e,
    byte f,
    byte g,
    byte h,
    byte i,
    byte j,
    byte k
)
[CLSCompliantAttribute(false)]
public:
Guid(
    unsigned int a, 
    unsigned short b, 
    unsigned short c, 
    unsigned char d, 
    unsigned char e, 
    unsigned char f, 
    unsigned char g, 
    unsigned char h, 
    unsigned char i, 
    unsigned char j, 
    unsigned char k
)
[<CLSCompliantAttribute(false)>]
new : 
        a:uint32 * 
        b:uint16 * 
        c:uint16 * 
        d:byte * 
        e:byte * 
        f:byte * 
        g:byte * 
        h:byte * 
        i:byte * 
        j:byte * 
        k:byte -> Guid
public function Guid(
    a : uint, 
    b : ushort, 
    c : ushort, 
    d : byte, 
    e : byte, 
    f : byte, 
    g : byte, 
    h : byte, 
    i : byte, 
    j : byte, 
    k : byte
)

Parameters

.NET Framework Security

See Also

Reference

Guid Structure

Guid Overload

System Namespace