Table of Contents

Enum BlockLocation

Namespace
ReFuel.Memory
Assembly
ReFuel.dll

Location of a block relative to another.

public enum BlockLocation

Fields

AdjecentAfter = 1

The block is after the other, but adjecent.

AdjecentBefore = -1

The block is before the other, but adjecent.

After = 2

The block is after the other.

Before = -2

The block is before the other.

Overlapped = 0

The blocks are overlapped.