PointerType ​
Enum representing the type of pointer, absolute or relative.
Kind: Enum
Namespace: ConnectorLib.Memory
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
PointerType
Absolute
An absolute pointer.
PointerType
Relative
A relative pointer.
Enums
PointerType
[Absolute = 0, Relative = 131072]Enum representing the type of pointer, absolute or relative.
