Method GetSizeOfReadableMemory
GetSizeOfReadableMemory(nint, nint)
Gets an approximate amount of memory after
start which is readable.nint GetSizeOfReadableMemory(nint start, nint guess)
Parameters
startnint- The start address to check.
guessnint- The amount which is expected. This method may not return values larger than to the page following this guess.
Returns
- nint
- A number of bytes after
startwhich it is safe to read.