Table of Contents

Enum ArchitectureFeature

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll
A set of features which may be provided by an IArchitecture implementation.
[Flags]
public enum ArchitectureFeature
Extension Methods

Fields

None = 0
No features are implemented.
FixedInstructionSize = 1
The architecture has a fixed instruction size.
Immediate64 = 2
The architecture has the ability to encode 64-bit immediate values.
CreateAltEntryPoint = 4
The architecture implements AltEntryFactory to allow the creation of alternate entry points.