Enum SystemFeature
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.