h0x0d

Windows 10 10565 vs. 10558 WinRT API Changes

Oct 20th, 2015
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 10.48 KB | None | 0 0
  1.  
  2.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  3.  
  4.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.ApplicationModel.winmd
  5.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.ApplicationModel.winmd
  6.  
  7.  diff legends: +: added, -: removed, *: changed, |: type member changed
  8.  
  9. | public enum Windows.ApplicationModel.Appointments.AppointmentCalendarSyncStatus {
  10. +   ManualAccountRemovalRequired = 6,
  11. | }
  12.  
  13. | public enum Windows.ApplicationModel.Contacts.ContactListSyncStatus {
  14. +   ManualAccountRemovalRequired = 6,
  15. | }
  16.  
  17. | public class Windows.ApplicationModel.Email.EmailMailbox {
  18. +   public IAsyncOperation<EmailMailboxCreateFolderResult> TryCreateFolderAsync( string result, string parentFolderId );
  19. +   public IAsyncOperation<EmailMailboxDeleteFolderStatus> TryDeleteFolderAsync( string result );
  20. | }
  21.  
  22. | public class Windows.ApplicationModel.Email.EmailMailboxCapabilities {
  23. +   public bool CanCreateFolder { get; }
  24. +   public bool CanDeleteFolder { get; }
  25. +   public bool CanMoveFolder { get; }
  26. | }
  27.  
  28. + public class Windows.ApplicationModel.Email.EmailMailboxCreateFolderResult {
  29. +   public EmailFolder Folder { get; }
  30. +   public EmailMailboxCreateFolderStatus Status { get; }
  31. + }
  32.  
  33. + public enum Windows.ApplicationModel.Email.EmailMailboxCreateFolderStatus {
  34. +   Success = 0,
  35. +   NetworkError = 1,
  36. +   PermissionsError = 2,
  37. +   ServerError = 3,
  38. +   UnknownFailure = 4,
  39. +   NameCollision = 5,
  40. +   ServerRejected = 6,
  41. + }
  42.  
  43. + public enum Windows.ApplicationModel.Email.EmailMailboxDeleteFolderStatus {
  44. +   Success = 0,
  45. +   NetworkError = 1,
  46. +   PermissionsError = 2,
  47. +   ServerError = 3,
  48. +   UnknownFailure = 4,
  49. +   CouldNotDeleteEverything = 5,
  50. + }
  51.  
  52. | public enum Windows.ApplicationModel.Email.EmailMailboxSyncStatus {
  53. +   ManualAccountRemovalRequired = 6,
  54. | }
  55.  
  56. | public class Windows.ApplicationModel.UserDataAccounts.UserDataAccount {
  57. +   public string EnterpriseId { get; }
  58. +   public bool IsProtectedUnderLock { get; }
  59. -   public string EnterpriseDataIdentity { get; }
  60. -   public bool IsDataEncryptedUnderLock { get; }
  61. | }
  62.  
  63.  
  64.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  65.  
  66.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Data.winmd
  67.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Data.winmd
  68.  
  69.  diff legends: +: added, -: removed, *: changed, |: type member changed
  70.  
  71.  found no differences.
  72.  
  73.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  74.  
  75.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Devices.winmd
  76.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Devices.winmd
  77.  
  78.  diff legends: +: added, -: removed, *: changed, |: type member changed
  79.  
  80.  found no differences.
  81.  
  82.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  83.  
  84.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Foundation.winmd
  85.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Foundation.winmd
  86.  
  87.  diff legends: +: added, -: removed, *: changed, |: type member changed
  88.  
  89. | public class Windows.Foundation.Metadata.PreviousContractVersionAttribute : System.Attribute {
  90. +   public PreviousContractVersionAttribute( string contract, uint versionLow, uint versionHigh, string newContract );
  91. +   public PreviousContractVersionAttribute( string contract, uint versionLow, uint versionHigh );
  92. | }
  93.  
  94.  
  95.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  96.  
  97.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Gaming.winmd
  98.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Gaming.winmd
  99.  
  100.  diff legends: +: added, -: removed, *: changed, |: type member changed
  101.  
  102.  found no differences.
  103.  
  104.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  105.  
  106.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Globalization.winmd
  107.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Globalization.winmd
  108.  
  109.  diff legends: +: added, -: removed, *: changed, |: type member changed
  110.  
  111.  found no differences.
  112.  
  113.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  114.  
  115.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Graphics.winmd
  116.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Graphics.winmd
  117.  
  118.  diff legends: +: added, -: removed, *: changed, |: type member changed
  119.  
  120. | public enum Windows.Graphics.Printing3D.Printing3DBufferFormat {
  121. +   Printing3DDouble = 500,
  122. +   Printing3DUInt = 501,
  123. | }
  124.  
  125.  
  126.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  127.  
  128.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Management.winmd
  129.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Management.winmd
  130.  
  131.  diff legends: +: added, -: removed, *: changed, |: type member changed
  132.  
  133.  found no differences.
  134.  
  135.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  136.  
  137.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Media.winmd
  138.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Media.winmd
  139.  
  140.  diff legends: +: added, -: removed, *: changed, |: type member changed
  141.  
  142. | public class Windows.Media.Core.MediaSource {
  143. -   public object Owner { get; }
  144. | }
  145.  
  146. | public class Windows.Media.Playback.MediaPlayer {
  147. +   public void AddAudioEffect( string activatableClassId, bool effectOptional, IPropertySet configuration );
  148. +   public void RemoveAllEffects();
  149. | }
  150.  
  151.  
  152.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  153.  
  154.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Networking.winmd
  155.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Networking.winmd
  156.  
  157.  diff legends: +: added, -: removed, *: changed, |: type member changed
  158.  
  159.  found no differences.
  160.  
  161.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  162.  
  163.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Perception.winmd
  164.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Perception.winmd
  165.  
  166.  diff legends: +: added, -: removed, *: changed, |: type member changed
  167.  
  168.  found no differences.
  169.  
  170.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  171.  
  172.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Security.winmd
  173.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Security.winmd
  174.  
  175.  diff legends: +: added, -: removed, *: changed, |: type member changed
  176.  
  177.  found no differences.
  178.  
  179.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  180.  
  181.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Services.winmd
  182.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Services.winmd
  183.  
  184.  diff legends: +: added, -: removed, *: changed, |: type member changed
  185.  
  186.  found no differences.
  187.  
  188.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  189.  
  190.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Storage.winmd
  191.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Storage.winmd
  192.  
  193.  diff legends: +: added, -: removed, *: changed, |: type member changed
  194.  
  195.  found no differences.
  196.  
  197.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  198.  
  199.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.System.winmd
  200.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.System.winmd
  201.  
  202.  diff legends: +: added, -: removed, *: changed, |: type member changed
  203.  
  204. - public enum Windows.System.Profile.DataCollectionLevel;
  205.  
  206. - public class Windows.System.Profile.DiagnosticsUsageSettings;
  207.  
  208. + public enum Windows.System.Profile.PlatformDataCollectionLevel {
  209. +   Security = 0,
  210. +   Basic = 1,
  211. +   Enhanced = 2,
  212. +   Full = 3,
  213. + }
  214.  
  215. + public class Windows.System.Profile.PlatformDiagnosticsAndUsageDataSettings {
  216. +   public PlatformDataCollectionLevel CollectionLevel { get; }
  217. +   public static bool CanCollectDiagnostics( PlatformDataCollectionLevel result );
  218. +   EventHandler<object> CollectionLevelChanged;
  219. + }
  220.  
  221. - public class Windows.System.UserProfile.UserProfileAdditionalClocks;
  222.  
  223. - public class Windows.System.UserProfile.UserProfileClockInfo;
  224.  
  225.  
  226.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  227.  
  228.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.UI.winmd
  229.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.UI.winmd
  230.  
  231.  diff legends: +: added, -: removed, *: changed, |: type member changed
  232.  
  233. - public class Windows.UI.Composition.CompositionBatch : Windows.UI.Composition.CompositionObject;
  234.  
  235. | public enum Windows.UI.Composition.CompositionBitmapInterpolationMode {
  236. *   NearestNeighbor = 0,
  237. *   Linear = 1,
  238. -   Inherit = 0,
  239. | }
  240.  
  241. | public enum Windows.UI.Composition.CompositionColorSpace {
  242. +   Auto = 0,
  243. +   Hsl = 1,
  244. +   Rgb = 2,
  245. -   Default = 0,
  246. -   AHSL = 1,
  247. -   ARGB = 2,
  248. | }
  249.  
  250. + public class Windows.UI.Composition.CompositionCommitBatch : Windows.UI.Composition.CompositionObject {
  251. +   public bool IsActive { get; }
  252. +   public bool IsEnded { get; }
  253. +   TypedEventHandler<object, CompositionBatchCompletedEventArgs> Completed;
  254. + }
  255.  
  256. | public class Windows.UI.Composition.CompositionEffectBrush : Windows.UI.Composition.CompositionBrush {
  257. +   public CompositionBrush GetSourceParameter( string result );
  258. +   public void SetSourceParameter( string name, CompositionBrush source );
  259. | }
  260.  
  261. | public class Windows.UI.Composition.CompositionObject {
  262. +   public void StartAnimation( string propertyName, CompositionAnimation animation );
  263. +   public void StopAnimation( string propertyName );
  264. -   public void ConnectAnimation( string propertyName, CompositionAnimation animation );
  265. -   public void DisconnectAnimation( string propertyName );
  266. | }
  267.  
  268. + public class Windows.UI.Composition.CompositionScopedBatch : Windows.UI.Composition.CompositionObject {
  269. +   public bool IsActive { get; }
  270. +   public bool IsEnded { get; }
  271. +   public void End();
  272. +   public void Resume();
  273. +   public void Suspend();
  274. +   TypedEventHandler<object, CompositionBatchCompletedEventArgs> Completed;
  275. + }
  276.  
  277. | public class Windows.UI.Composition.Compositor {
  278. +   public CompositionScopedBatch CreateScopedBatch( CompositionBatchTypes result );
  279. +   public CompositionCommitBatch GetCommitBatch( CompositionBatchTypes result );
  280. | }
  281.  
  282. | public class Windows.UI.Composition.Visual : Windows.UI.Composition.CompositionObject {
  283. +   public float RotationAngleInDegrees { get; set; }
  284. | }
  285.  
  286.  
  287.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  288.  
  289.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.UI.Xaml.winmd
  290.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.UI.Xaml.winmd
  291.  
  292.  diff legends: +: added, -: removed, *: changed, |: type member changed
  293.  
  294.  found no differences.
  295.  
  296.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  297.  
  298.  new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Web.winmd
  299.  old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Web.winmd
  300.  
  301.  diff legends: +: added, -: removed, *: changed, |: type member changed
  302.  
  303.  found no differences.
Advertisement
Add Comment
Please, Sign In to add comment