SYMBOL_INFO class Null safety Struct
Contains symbol information.
- Inheritance
- Object
- NativeType
- Struct
- SYMBOL_INFO
- Available Extensions
Constructors
Properties
- Address ↔ int
-
@Uint64(), read / write
- Flags ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- Index ↔ int
-
@Uint32(), read / write
- MaxNameLen ↔ int
-
@Uint32(), read / write
- ModBase ↔ int
-
@Uint64(), read / write
- Name ↔ int
-
@Uint16(), read / write
- NameLen ↔ int
-
@Uint32(), read / write
- Register ↔ int
-
@Uint32(), read / write
- Reserved0 ↔ int
-
@Uint64(), read / write
- Reserved1 ↔ int
-
@Uint64(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- Scope ↔ int
-
@Uint32(), read / write
- Size ↔ int
-
@Uint32(), read / write
- SizeOfStruct ↔ int
-
@Uint32(), read / write
- Tag ↔ int
-
@Uint32(), read / write
- TypeIndex ↔ int
-
@Uint32(), read / write
- Value ↔ int
-
@Uint64(), read / write
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