public final class AsfDescriptorType
extends com.aspose.ms.System.Enum
Defines ASF descriptor types.
Modifier and Type | Field and Description |
---|---|
static int |
Bool
The 32-bit bool type.
|
static int |
ByteArray
The byte array type.
|
static int |
DWord
The 32-bit unsigned integer type.
|
static int |
Guid
The 128-bit (16 byte) GUID type.
|
static int |
QWord
The 64-bit unsigned integer type.
|
static int |
Unicode
The unicode string type.
|
static int |
Word
The 16-bit unsigned integer type.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unicode
The unicode string type.
public static final int ByteArray
The byte array type.
public static final int Bool
The 32-bit bool type.
public static final int DWord
The 32-bit unsigned integer type.
public static final int QWord
The 64-bit unsigned integer type.
public static final int Word
The 16-bit unsigned integer type.
public static final int Guid
The 128-bit (16 byte) GUID type.