- System.IO.FileStream.#ctor(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess) - System.IO.FileStream.#ctor(Microsoft.Win32.SafeHandles.SafeFileHandle ...
I'm trying to port a .NET program to mono. I want to stick a small, platform-specific wrapper over the device that returns a FileStream. On Windows, I need to use the native CreateFile function to get ...