Property Memory
Memory
Gets a Span<T> of the memory allocation.
Span<byte> Memory { get; }
Property Value
Remarks
This span should not be written to is IsExecutable is true. Instead, use
PatchData(PatchTargetKind, nint, ReadOnlySpan<byte>, Span<byte>) to write to the allocation.