Table of Contents

Enum SystemFeature

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

Fields

None = 0
No features are provided.
RWXPages = 1
This system allows for pages which are protected Read/Write/Execute.
RXPages = 2
This system allows for pages which are protected Read/Execute.