Bridge

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:  System
Assembly:  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 _
)

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.