Share via


GuidAttribute Costruttore

Definizione

Crea e inizializza una nuova istanza dell'attributo.

public:
 GuidAttribute(unsigned int a, unsigned short b, unsigned short c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k);
 GuidAttribute(uint32_t const& a, uint16_t const& b, uint16_t const& c, byte const& d, byte const& e, byte const& f, byte const& g, byte const& h, byte const& i, byte const& j, byte const& k);
public GuidAttribute(uint a, ushort b, ushort c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k);
function GuidAttribute(a, b, c, d, e, f, g, h, i, j, k)
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)

Parametri

a
UInt32

unsigned int

uint32_t

I primi 4 byte del GUID.

b
UInt16

unsigned short

uint16_t

I 2 byte successivi del GUID.

c
UInt16

unsigned short

uint16_t

I 2 byte successivi del GUID.

d
Byte

byte

Byte successivo del GUID.

e
Byte

byte

Byte successivo del GUID.

f
Byte

byte

Byte successivo del GUID.

g
Byte

byte

Byte successivo del GUID.

h
Byte

byte

Byte successivo del GUID.

i
Byte

byte

Byte successivo del GUID.

j
Byte

byte

Byte successivo del GUID.

k
Byte

byte

Byte successivo del GUID.

Si applica a