public static global::Microsoft.Win32.SafeHandles.SafeFileHandle CreateSafeFileHandle( this global::Windows.Storage.IStorageFolder rootDirectory, string relativePath, global::System.IO.FileMode mode) { throw null; }
public static global::Microsoft.Win32.SafeHandles.SafeFileHandle CreateSafeFileHandle( this global::Windows.Storage.IStorageFolder rootDirectory, string relativePath, global::System.IO.FileMode mode, global::System.IO.FileAccess access, global::System.IO.FileShare share = global::System.IO.FileShare.Read, global::System.IO.FileOptions options = global::System.IO.FileOptions.None) { throw null; }
public FileStreamBase Open(string path, global::System.IO.FileMode mode, global::System.IO.FileAccess access, global::System.IO.FileShare share) { throw new NotImplementedException(); }