Open sorainnosia opened 2 years ago
Using the same strategy as the other PAL implementation - DllImport into the underlying operating system apis or into the C standard library (DllImport into libc or msvcrt.dll)
Using the same strategy as the other PAL implementation - DllImport into the underlying operating system apis or into the C standard library (DllImport into libc or msvcrt.dll)
is there a way to know the Dll filename and system apis call?
That depends on the operating system and API you need. E.g. on Windows this would be somewhere around https://docs.microsoft.com/en-us/windows/win32/fileio/creating-and-opening-files.
To expose some of the functions?