Advertisement
angelwzr

14352 vs 14360

Jun 5th, 2016
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.12 KB | None | 0 0
  1.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  2.  
  3.  new file: 14360_Windows.WinMD
  4.  old file: 14352_Windows.WinMD
  5.  
  6.  diff legends: +: added, -: removed, *: changed, |: type member changed
  7.  
  8. | public class Windows.ApplicationModel.Core.CoreApplication {
  9. +   public static void EnablePrelaunch( bool value );
  10. | }
  11.  
  12. | public enum Windows.Gaming.Input.ForceFeedback.ConditionForceEffectKind {
  13. +   Inertia = 2,
  14. -   Interia = 2,
  15. | }
  16.  
  17. | public class Windows.Media.Protection.PlayReady.PlayReadyLicenseAcquisitionServiceRequest {
  18. +   public Guid SessionId { get; }
  19. | }
  20.  
  21. + public struct Windows.System.Profile.ProfileSharedModeContract {
  22. + }
  23.  
  24. + public class Windows.System.Profile.SharedModeSettings {
  25. +   public bool IsEnabled { get; }
  26. + }
  27.  
  28. + public class Windows.UI.Input.RadialControllerButtonClickedEventArgs {
  29. +   public RadialControllerScreenContact Contact { get; }
  30. + }
  31.  
  32. + public class Windows.UI.Input.RadialControllerControlAcquiredEventArgs {
  33. +   public RadialControllerScreenContact Contact { get; }
  34. + }
  35.  
  36. | public class Windows.UI.WebUI.WebUIApplication {
  37. +   public static void EnablePrelaunch( bool value );
  38. | }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement