AsfDescriptorType

AsfDescriptorType enumeration

Menentukan jenis deskriptor ASF.

public enum AsfDescriptorType : ushort

Nilai

Nama Nilai Keterangan
Unicode 0 Jenis string unicode.
ByteArray 1 Jenis array byte.
Bool 2 Jenis bool 32-bit.
DWord 3 Tipe integer 32-bit unsigned.
QWord 4 64-bit unsigned integer type.
Word 5 Tipe integer 16-bit unsigned.
Guid 6 Jenis GUID 128-bit (16 byte).

Lihat juga