Guid Constructor (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.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public Guid( uint a, ushort b, ushort c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k )
<TemplateAttribute> _ 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 _ )
[TemplateAttribute] 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 )
Parameters
- a
- Type: System..::..UInt32
The first 4 bytes of the GUID.
- b
- Type: System..::..UInt16
The next 2 bytes of the GUID.
- c
- Type: System..::..UInt16
The next 2 bytes of the GUID.
- d
- Type: System..::..Byte
The next byte of the GUID.
- e
- Type: System..::..Byte
The next byte of the GUID.
- f
- Type: System..::..Byte
The next byte of the GUID.
- g
- Type: System..::..Byte
The next byte of the GUID.
- h
- Type: System..::..Byte
The next byte of the GUID.
- i
- Type: System..::..Byte
The next byte of the GUID.
- j
- Type: System..::..Byte
The next byte of the GUID.
- k
- Type: System..::..Byte
The next byte of the GUID.