VARENUM class Enum
Specifies the variant types.
Constructors
- VARENUM()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- VT_ARRAY → const int
- VT_BLOB → const int
- VT_BLOB_OBJECT → const int
- VT_BOOL → const int
- VT_BSTR → const int
- VT_BSTR_BLOB → const int
- VT_BYREF → const int
- VT_CARRAY → const int
- VT_CF → const int
- VT_CLSID → const int
- VT_CY → const int
- VT_DATE → const int
- VT_DECIMAL → const int
- VT_DISPATCH → const int
- VT_EMPTY → const int
- VT_ERROR → const int
- VT_FILETIME → const int
- VT_HRESULT → const int
- VT_I1 → const int
- VT_I2 → const int
- VT_I4 → const int
- VT_I8 → const int
- VT_ILLEGAL → const int
- VT_ILLEGALMASKED → const int
- VT_INT → const int
- VT_INT_PTR → const int
- VT_LPSTR → const int
- VT_LPWSTR → const int
- VT_NULL → const int
- VT_PTR → const int
- VT_R4 → const int
- VT_R8 → const int
- VT_RECORD → const int
- VT_RESERVED → const int
- VT_SAFEARRAY → const int
- VT_STORAGE → const int
- VT_STORED_OBJECT → const int
- VT_STREAM → const int
- VT_STREAMED_OBJECT → const int
- VT_TYPEMASK → const int
- VT_UI1 → const int
- VT_UI2 → const int
- VT_UI4 → const int
- VT_UI8 → const int
- VT_UINT → const int
- VT_UINT_PTR → const int
- VT_UNKNOWN → const int
- VT_USERDEFINED → const int
- VT_VARIANT → const int
- VT_VECTOR → const int
- VT_VERSIONED_STREAM → const int
- VT_VOID → const int