Esempio n. 1
0
 public static global::Microsoft.Win32.SafeHandles.SafeFileHandle CreateSafeFileHandle(
     this global::Windows.Storage.IStorageFolder rootDirectory,
     string relativePath,
     global::System.IO.FileMode mode)
 {
     throw null;
 }
Esempio n. 2
0
 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;
 }
Esempio n. 3
0
 public FileStreamBase Open(string path, global::System.IO.FileMode mode, global::System.IO.FileAccess access, global::System.IO.FileShare share)
 {
     throw new NotImplementedException();
 }