You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@@ -49,6 +49,25 @@ namespace System.IO
|
||||
public static global::System.Threading.Tasks.Task<global::System.IO.Stream> OpenStreamForWriteAsync(this global::Windows.Storage.IStorageFile windowsRuntimeFile) { throw null; }
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
public static global::System.Threading.Tasks.Task<global::System.IO.Stream> OpenStreamForWriteAsync(this global::Windows.Storage.IStorageFolder rootDirectory, string relativePath, global::Windows.Storage.CreationCollisionOption creationCollisionOption) { throw null; }
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
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; }
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
public static global::Microsoft.Win32.SafeHandles.SafeFileHandle CreateSafeFileHandle(
|
||||
this global::Windows.Storage.IStorageFolder rootDirectory,
|
||||
string relativePath,
|
||||
global::System.IO.FileMode mode) { throw null; }
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
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; }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public static partial class WindowsRuntimeStreamExtensions
|
||||
|
||||
Reference in New Issue
Block a user