Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.ApplicationModel.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.ApplicationModel.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public enum Windows.ApplicationModel.Appointments.AppointmentCalendarSyncStatus {
- + ManualAccountRemovalRequired = 6,
- | }
- | public enum Windows.ApplicationModel.Contacts.ContactListSyncStatus {
- + ManualAccountRemovalRequired = 6,
- | }
- | public class Windows.ApplicationModel.Email.EmailMailbox {
- + public IAsyncOperation<EmailMailboxCreateFolderResult> TryCreateFolderAsync( string result, string parentFolderId );
- + public IAsyncOperation<EmailMailboxDeleteFolderStatus> TryDeleteFolderAsync( string result );
- | }
- | public class Windows.ApplicationModel.Email.EmailMailboxCapabilities {
- + public bool CanCreateFolder { get; }
- + public bool CanDeleteFolder { get; }
- + public bool CanMoveFolder { get; }
- | }
- + public class Windows.ApplicationModel.Email.EmailMailboxCreateFolderResult {
- + public EmailFolder Folder { get; }
- + public EmailMailboxCreateFolderStatus Status { get; }
- + }
- + public enum Windows.ApplicationModel.Email.EmailMailboxCreateFolderStatus {
- + Success = 0,
- + NetworkError = 1,
- + PermissionsError = 2,
- + ServerError = 3,
- + UnknownFailure = 4,
- + NameCollision = 5,
- + ServerRejected = 6,
- + }
- + public enum Windows.ApplicationModel.Email.EmailMailboxDeleteFolderStatus {
- + Success = 0,
- + NetworkError = 1,
- + PermissionsError = 2,
- + ServerError = 3,
- + UnknownFailure = 4,
- + CouldNotDeleteEverything = 5,
- + }
- | public enum Windows.ApplicationModel.Email.EmailMailboxSyncStatus {
- + ManualAccountRemovalRequired = 6,
- | }
- | public class Windows.ApplicationModel.UserDataAccounts.UserDataAccount {
- + public string EnterpriseId { get; }
- + public bool IsProtectedUnderLock { get; }
- - public string EnterpriseDataIdentity { get; }
- - public bool IsDataEncryptedUnderLock { get; }
- | }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Data.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Data.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Devices.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Devices.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Foundation.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Foundation.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public class Windows.Foundation.Metadata.PreviousContractVersionAttribute : System.Attribute {
- + public PreviousContractVersionAttribute( string contract, uint versionLow, uint versionHigh, string newContract );
- + public PreviousContractVersionAttribute( string contract, uint versionLow, uint versionHigh );
- | }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Gaming.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Gaming.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Globalization.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Globalization.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Graphics.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Graphics.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public enum Windows.Graphics.Printing3D.Printing3DBufferFormat {
- + Printing3DDouble = 500,
- + Printing3DUInt = 501,
- | }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Management.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Management.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Media.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Media.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public class Windows.Media.Core.MediaSource {
- - public object Owner { get; }
- | }
- | public class Windows.Media.Playback.MediaPlayer {
- + public void AddAudioEffect( string activatableClassId, bool effectOptional, IPropertySet configuration );
- + public void RemoveAllEffects();
- | }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Networking.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Networking.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Perception.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Perception.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Security.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Security.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Services.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Services.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Storage.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Storage.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.System.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.System.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- - public enum Windows.System.Profile.DataCollectionLevel;
- - public class Windows.System.Profile.DiagnosticsUsageSettings;
- + public enum Windows.System.Profile.PlatformDataCollectionLevel {
- + Security = 0,
- + Basic = 1,
- + Enhanced = 2,
- + Full = 3,
- + }
- + public class Windows.System.Profile.PlatformDiagnosticsAndUsageDataSettings {
- + public PlatformDataCollectionLevel CollectionLevel { get; }
- + public static bool CanCollectDiagnostics( PlatformDataCollectionLevel result );
- + EventHandler<object> CollectionLevelChanged;
- + }
- - public class Windows.System.UserProfile.UserProfileAdditionalClocks;
- - public class Windows.System.UserProfile.UserProfileClockInfo;
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.UI.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.UI.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- - public class Windows.UI.Composition.CompositionBatch : Windows.UI.Composition.CompositionObject;
- | public enum Windows.UI.Composition.CompositionBitmapInterpolationMode {
- * NearestNeighbor = 0,
- * Linear = 1,
- - Inherit = 0,
- | }
- | public enum Windows.UI.Composition.CompositionColorSpace {
- + Auto = 0,
- + Hsl = 1,
- + Rgb = 2,
- - Default = 0,
- - AHSL = 1,
- - ARGB = 2,
- | }
- + public class Windows.UI.Composition.CompositionCommitBatch : Windows.UI.Composition.CompositionObject {
- + public bool IsActive { get; }
- + public bool IsEnded { get; }
- + TypedEventHandler<object, CompositionBatchCompletedEventArgs> Completed;
- + }
- | public class Windows.UI.Composition.CompositionEffectBrush : Windows.UI.Composition.CompositionBrush {
- + public CompositionBrush GetSourceParameter( string result );
- + public void SetSourceParameter( string name, CompositionBrush source );
- | }
- | public class Windows.UI.Composition.CompositionObject {
- + public void StartAnimation( string propertyName, CompositionAnimation animation );
- + public void StopAnimation( string propertyName );
- - public void ConnectAnimation( string propertyName, CompositionAnimation animation );
- - public void DisconnectAnimation( string propertyName );
- | }
- + public class Windows.UI.Composition.CompositionScopedBatch : Windows.UI.Composition.CompositionObject {
- + public bool IsActive { get; }
- + public bool IsEnded { get; }
- + public void End();
- + public void Resume();
- + public void Suspend();
- + TypedEventHandler<object, CompositionBatchCompletedEventArgs> Completed;
- + }
- | public class Windows.UI.Composition.Compositor {
- + public CompositionScopedBatch CreateScopedBatch( CompositionBatchTypes result );
- + public CompositionCommitBatch GetCommitBatch( CompositionBatchTypes result );
- | }
- | public class Windows.UI.Composition.Visual : Windows.UI.Composition.CompositionObject {
- + public float RotationAngleInDegrees { get; set; }
- | }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.UI.Xaml.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.UI.Xaml.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10565x64\Windows\System32\WinMetadata\Windows.Web.winmd
- old file: \wim\10558x64\Windows\System32\WinMetadata\Windows.Web.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
Advertisement
Add Comment
Please, Sign In to add comment