Exemple #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;
 }
Exemple #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;
 }
Exemple #3
0
 public static global::Windows.Foundation.IAsyncOperation <bool> LaunchFolderAsync(global::Windows.Storage.IStorageFolder folder, global::Windows.System.FolderLauncherOptions options)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> Launcher.LaunchFolderAsync(IStorageFolder folder, FolderLauncherOptions options) is not implemented in Uno.");
 }
Exemple #4
0
 public global::Windows.Foundation.IAsyncAction MoveAsync(global::Windows.Storage.IStorageFolder destinationFolder, string desiredNewName, global::Windows.Storage.NameCollisionOption option)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction StorageFile.MoveAsync(IStorageFolder destinationFolder, string desiredNewName, NameCollisionOption option) is not implemented in Uno.");
 }
Exemple #5
0
 public global::Windows.Foundation.IAsyncAction MoveAsync(global::Windows.Storage.IStorageFolder destinationFolder)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction StorageFile.MoveAsync(IStorageFolder destinationFolder) is not implemented in Uno.");
 }
Exemple #6
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.StorageFile> CopyAsync(global::Windows.Storage.IStorageFolder destinationFolder, string desiredNewName)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<StorageFile> StorageFile.CopyAsync(IStorageFolder destinationFolder, string desiredNewName) is not implemented in Uno.");
 }
Exemple #7
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.StorageFile> CopyAsync(global::Windows.Storage.IStorageFolder destinationFolder)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<StorageFile> FileInformation.CopyAsync(IStorageFolder destinationFolder) is not implemented in Uno.");
 }
Exemple #8
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.StorageFile> SaveToFileAsync(global::Windows.Storage.IStorageFolder folder, string fileName)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<StorageFile> LoggingSession.SaveToFileAsync(IStorageFolder folder, string fileName) is not implemented in Uno.");
 }
Exemple #9
0
 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;
 }
Exemple #10
0
 public static global::System.Threading.Tasks.Task <global::System.IO.Stream> OpenStreamForReadAsync(this global::Windows.Storage.IStorageFolder rootDirectory, string relativePath)
 {
     throw null;
 }
Exemple #11
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Media.Import.PhotoImportSource> FromFolderAsync(global::Windows.Storage.IStorageFolder sourceRootFolder)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<PhotoImportSource> PhotoImportSource.FromFolderAsync(IStorageFolder sourceRootFolder) is not implemented in Uno.");
 }