AsfDescriptorType

AsfDescriptorType enumeration

Definierar ASF-deskriptortyper.

public enum AsfDescriptorType : ushort

Värderingar

namn Värde Beskrivning
Unicode 0 Unicode-strängtypen.
ByteArray 1 Byte-arraytypen.
Bool 2 32-bitars bool-typen.
DWord 3 32-bitars heltalstyp utan tecken.
QWord 4 64-bitars heltalstyp utan tecken.
Word 5 16-bitars heltalstyp utan tecken.
Guid 6 128-bitars (16 byte) GUID-typ.

Se även