Enum MemoryEndian
- Namespace
 - RetroEditor.Plugins
 
- Assembly
 - RetroEditor.dll
 
Endianess of memory - used to determine how to read/write multi-byte values
public enum MemoryEndian
  Fields
Big = 1Big endian - most significant byte first
Little = 0Little endian - least significant byte first