Property Executable
Executable
Gets or dets whether the allocation should be executable. Default is false.
public bool Executable { get; init; }
Property Value
Remarks
If an allocation is executable, then it should not be written to directly. Instead, PatchData(PatchTargetKind, nint, ReadOnlySpan<byte>, Span<byte>)
should be used to atomically write a sequence of bytes to that memory.