Advertisement
h0x0d

Windows 10 10537 vs. 10525 WinRT API Changes

Sep 15th, 2015
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 8.91 KB | None | 0 0
  1.  
  2.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  3.  
  4.  new file: Windows.ApplicationModel.winmd
  5.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.ApplicationModel.winmd
  6.  
  7.  diff legends: +: added, -: removed, *: changed, |: type member changed
  8.  
  9. | public class Windows.ApplicationModel.UserDataAccounts.UserDataAccount {
  10. +   public string EnterpriseDataIdentity { get; }
  11. +   public bool IsDataEncryptedUnderLock { get; }
  12. | }
  13.  
  14.  
  15.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  16.  
  17.  new file: Windows.Data.winmd
  18.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Data.winmd
  19.  
  20.  diff legends: +: added, -: removed, *: changed, |: type member changed
  21.  
  22. | public class Windows.Data.Json.JsonError {
  23. -   public static JsonErrorStatus GetStatus( int status );
  24. | }
  25.  
  26.  
  27.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  28.  
  29.  new file: Windows.Devices.winmd
  30.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Devices.winmd
  31.  
  32.  diff legends: +: added, -: removed, *: changed, |: type member changed
  33.  
  34.  found no differences.
  35.  
  36.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  37.  
  38.  new file: Windows.Foundation.winmd
  39.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Foundation.winmd
  40.  
  41.  diff legends: +: added, -: removed, *: changed, |: type member changed
  42.  
  43.  found no differences.
  44.  
  45.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  46.  
  47.  new file: Windows.Gaming.winmd
  48.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Gaming.winmd
  49.  
  50.  diff legends: +: added, -: removed, *: changed, |: type member changed
  51.  
  52.  found no differences.
  53.  
  54.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  55.  
  56.  new file: Windows.Globalization.winmd
  57.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Globalization.winmd
  58.  
  59.  diff legends: +: added, -: removed, *: changed, |: type member changed
  60.  
  61.  found no differences.
  62.  
  63.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  64.  
  65.  new file: Windows.Graphics.winmd
  66.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Graphics.winmd
  67.  
  68.  diff legends: +: added, -: removed, *: changed, |: type member changed
  69.  
  70.  found no differences.
  71.  
  72.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  73.  
  74.  new file: Windows.Management.winmd
  75.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Management.winmd
  76.  
  77.  diff legends: +: added, -: removed, *: changed, |: type member changed
  78.  
  79.  found no differences.
  80.  
  81.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  82.  
  83.  new file: Windows.Media.winmd
  84.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Media.winmd
  85.  
  86.  diff legends: +: added, -: removed, *: changed, |: type member changed
  87.  
  88. - public enum Windows.Media.MixedRealityCapture.AudioMixerMode;
  89.  
  90. - public class Windows.Media.MixedRealityCapture.MixedRealityCaptureAudioEffect;
  91.  
  92. - public class Windows.Media.MixedRealityCapture.MixedRealityCaptureAudioEffectDefinition;
  93.  
  94. - public class Windows.Media.MixedRealityCapture.MixedRealityCaptureVideoEffect;
  95.  
  96. - public class Windows.Media.MixedRealityCapture.MixedRealityCaptureVideoEffectDefinition;
  97.  
  98.  
  99.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  100.  
  101.  new file: Windows.Networking.winmd
  102.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Networking.winmd
  103.  
  104.  diff legends: +: added, -: removed, *: changed, |: type member changed
  105.  
  106.  found no differences.
  107.  
  108.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  109.  
  110.  new file: Windows.Security.winmd
  111.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Security.winmd
  112.  
  113.  diff legends: +: added, -: removed, *: changed, |: type member changed
  114.  
  115. | public class Windows.Security.EnterpriseData.FileProtectionManager {
  116. +   public static IAsyncOperation<bool> IsContainerAsync( IStorageFile result );
  117. +   public static IAsyncOperation<ProtectedContainerImportResult> LoadFileFromContainerAsync( IStorageFile result, IStorageItem containerFile, NameCollisionOption target );
  118. +   public static IAsyncOperation<ProtectedContainerExportResult> SaveFileAsContainerAsync( IStorageFile result, IIterable<string> protectedFile );
  119. | }
  120.  
  121. | public class Windows.Security.EnterpriseData.ProtectionPolicyManager {
  122. +   public static bool HasContentBeenRevokedSince( string result, DateTime identity );
  123. +   public static ProtectionPolicyEvaluationResult CheckAccessForApp( string result, string sourceIdentity );
  124. +   public static IAsyncOperation<ProtectionPolicyEvaluationResult> RequestAccessForAppAsync( string result, string sourceIdentity );
  125. | }
  126.  
  127.  
  128.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  129.  
  130.  new file: Windows.Services.winmd
  131.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Services.winmd
  132.  
  133.  diff legends: +: added, -: removed, *: changed, |: type member changed
  134.  
  135.  found no differences.
  136.  
  137.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  138.  
  139.  new file: Windows.Storage.winmd
  140.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Storage.winmd
  141.  
  142.  diff legends: +: added, -: removed, *: changed, |: type member changed
  143.  
  144. | public class Windows.Storage.DownloadsFolder {
  145. +   public static IAsyncOperation<StorageFile> CreateFileForUserAsync( User operation, string user );
  146. +   public static IAsyncOperation<StorageFolder> CreateFolderForUserAsync( User operation, string user );
  147. +   public static IAsyncOperation<StorageFile> CreateFileForUserAsync( User operation, string user, CreationCollisionOption desiredName );
  148. +   public static IAsyncOperation<StorageFolder> CreateFolderForUserAsync( User operation, string user, CreationCollisionOption desiredName );
  149. | }
  150.  
  151. + public enum Windows.Storage.KnownFolderId {
  152. +   AppCaptures = 0,
  153. +   CameraRoll = 1,
  154. +   DocumentsLibrary = 2,
  155. +   HomeGroup = 3,
  156. +   MediaServerDevices = 4,
  157. +   MusicLibrary = 5,
  158. +   Objects3D = 6,
  159. +   PicturesLibrary = 7,
  160. +   Playlists = 8,
  161. +   RecordedCalls = 9,
  162. +   RemovableDevices = 10,
  163. +   SavedPictures = 11,
  164. +   Screenshots = 12,
  165. +   VideosLibrary = 13,
  166. + }
  167.  
  168. | public class Windows.Storage.KnownFolders {
  169. +   public static IAsyncOperation<IStorageFolder> GetFolderForUserAsync( User operation, KnownFolderId user );
  170. | }
  171.  
  172. | public class Windows.Storage.StorageLibrary {
  173. +   public static IAsyncOperation<StorageLibrary> GetLibraryForUserAsync( User operation, KnownLibraryId user );
  174. | }
  175.  
  176.  
  177.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  178.  
  179.  new file: Windows.System.winmd
  180.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.System.winmd
  181.  
  182.  diff legends: +: added, -: removed, *: changed, |: type member changed
  183.  
  184.  found no differences.
  185.  
  186.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  187.  
  188.  new file: Windows.UI.winmd
  189.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.UI.winmd
  190.  
  191.  diff legends: +: added, -: removed, *: changed, |: type member changed
  192.  
  193. + public enum Windows.UI.Composition.CompositionAlphaMode {
  194. +   Ignore = 0,
  195. +   Premultiplied = 1,
  196. + }
  197.  
  198. + public class Windows.UI.Composition.CompositionDrawingSurface : Windows.UI.Composition.CompositionObject {
  199. +   public CompositionDrawingSurface();
  200. + }
  201.  
  202. | public class Windows.UI.Composition.CompositionGraphicsDevice {
  203. +   public CompositionDrawingSurface CreateDrawingSurface( Size result, DirectXPixelFormat sizePixels, CompositionAlphaMode pixelFormat );
  204. | }
  205.  
  206. + public class Windows.UI.Input.KeyboardDeliveryIntercepter {
  207. +   public bool IsInterceptionEnabledWhenInForeground { get; set; }
  208. +   public static KeyboardDeliveryIntercepter GetForCurrentView();
  209. +   TypedEventHandler<KeyboardDeliveryIntercepter, KeyEventArgs> KeyDown;
  210. +   TypedEventHandler<KeyboardDeliveryIntercepter, KeyEventArgs> KeyUp;
  211. + }
  212.  
  213. | public class Windows.UI.Text.Core.CoreTextEditContext {
  214. | }
  215.  
  216.  
  217.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  218.  
  219.  new file: Windows.UI.Xaml.winmd
  220.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.UI.Xaml.winmd
  221.  
  222.  diff legends: +: added, -: removed, *: changed, |: type member changed
  223.  
  224. | public class Windows.UI.Xaml.Controls.RichEditBox : Windows.UI.Xaml.Controls.Control {
  225. +   public IAsyncOperation<IVectorView<string>> GetLinguisticAlternativesAsync();
  226. | }
  227.  
  228. | public class Windows.UI.Xaml.Controls.TextBox : Windows.UI.Xaml.Controls.Control {
  229. +   public IAsyncOperation<IVectorView<string>> GetLinguisticAlternativesAsync();
  230. | }
  231.  
  232. | public enum Windows.UI.Xaml.Controls.WebViewPermissionType {
  233. +   PointerLock = 3,
  234. | }
  235.  
  236. | public class Windows.UI.Xaml.Media.FontFamily {
  237. +   public FontFamily XamlAutoFontFamily { get; }
  238. | }
  239.  
  240. | public class Windows.UI.Xaml.Media.PartialMediaFailureDetectedEventArgs {
  241. +   public HResult ExtendedError { get; }
  242. | }
  243.  
  244.  
  245.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  246.  
  247.  new file: Windows.Web.winmd
  248.  old file: \wim\10525x86\Windows\System32\WinMetadata\Windows.Web.winmd
  249.  
  250.  diff legends: +: added, -: removed, *: changed, |: type member changed
  251.  
  252. | public class Windows.Web.Http.Filters.HttpBaseProtocolFilter {
  253. +   public HttpCookieUsageBehavior CookieUsageBehavior { get; set; }
  254. | }
  255.  
  256. + public enum Windows.Web.Http.Filters.HttpCookieUsageBehavior {
  257. +   Default = 0,
  258. +   NoCookies = 1,
  259. + }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement