all system functions are invoked via win32 APIs.
If you don't want to tangle with them directly, i suppose you can try to
find someone who created a managed wrapper for those APIs.
Either way though, the code will be using P/invoke as file mapping is
completely done in unmanaged code. Also, to take full advantage of it,
you'll likely be using unsafe code blocks as well.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.