Esempio n. 1
0
 public static global::Microsoft.Win32.SafeHandles.SafeFileHandle CreateSafeFileHandle(
     this global::Windows.Storage.IStorageFile windowsRuntimeFile,
     global::System.IO.FileAccess access   = global::System.IO.FileAccess.ReadWrite,
     global::System.IO.FileShare share     = global::System.IO.FileShare.Read,
     global::System.IO.FileOptions options = global::System.IO.FileOptions.None)
 {
     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 Create(string path, int bufferSize, global::System.IO.FileOptions options, System.Security.AccessControl.IFileSecurity fileSecurity)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public FileStreamBase Create(string path, int bufferSize, global::System.IO.FileOptions options)
 {
     throw new NotImplementedException();
 }