SYMBOL_INFO class base struct

Contains symbol information.

Inheritance

Constructors

SYMBOL_INFO()

Properties

Address int
getter/setter pair
Flags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Index int
getter/setter pair
MaxNameLen int
getter/setter pair
ModBase int
getter/setter pair
Name String
getter/setter pair
NameLen int
getter/setter pair
Register int
getter/setter pair
Reserved Array<Uint64>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Scope int
getter/setter pair
Size int
getter/setter pair
SizeOfStruct int
getter/setter pair
Tag int
getter/setter pair
TypeIndex int
getter/setter pair
Value int
getter/setter pair

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