VARENUM class Null safety Enum
Specifies the variant types.
Constructors
- VARENUM()
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
-
0x2000
- VT_BLOB → const int
-
65
- VT_BLOB_OBJECT → const int
-
70
- VT_BOOL → const int
-
11
- VT_BSTR → const int
-
8
- VT_BSTR_BLOB → const int
-
0xfff
- VT_BYREF → const int
-
0x4000
- VT_CARRAY → const int
-
28
- VT_CF → const int
-
71
- VT_CLSID → const int
-
72
- VT_CY → const int
-
6
- VT_DATE → const int
-
7
- VT_DECIMAL → const int
-
14
- VT_DISPATCH → const int
-
9
- VT_EMPTY → const int
-
0
- VT_ERROR → const int
-
10
- VT_FILETIME → const int
-
64
- VT_HRESULT → const int
-
25
- VT_I1 → const int
-
16
- VT_I2 → const int
-
2
- VT_I4 → const int
-
3
- VT_I8 → const int
-
20
- VT_ILLEGAL → const int
-
0xffff
- VT_ILLEGALMASKED → const int
-
0xfff
- VT_INT → const int
-
22
- VT_INT_PTR → const int
-
37
- VT_LPSTR → const int
-
30
- VT_LPWSTR → const int
-
31
- VT_NULL → const int
-
1
- VT_PTR → const int
-
26
- VT_R4 → const int
-
4
- VT_R8 → const int
-
5
- VT_RECORD → const int
-
36
- VT_RESERVED → const int
-
0x8000
- VT_SAFEARRAY → const int
-
27
- VT_STORAGE → const int
-
67
- VT_STORED_OBJECT → const int
-
69
- VT_STREAM → const int
-
66
- VT_STREAMED_OBJECT → const int
-
68
- VT_TYPEMASK → const int
-
0xff
- VT_UI1 → const int
-
17
- VT_UI2 → const int
-
18
- VT_UI4 → const int
-
19
- VT_UI8 → const int
-
21
- VT_UINT → const int
-
23
- VT_UINT_PTR → const int
-
38
- VT_UNKNOWN → const int
-
13
- VT_USERDEFINED → const int
-
29
- VT_VARIANT → const int
-
12
- VT_VECTOR → const int
-
0x1000
- VT_VERSIONED_STREAM → const int
-
73
- VT_VOID → const int
-
24