Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new files: 16176\Windows\System32\WinMetadata\*
- old files: 16170\Windows\System32\WinMetadata\*
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public class Windows.ApplicationModel.Core.CoreApplicationView {
- + public DispatcherQueue DispatcherQueue { get; }
- | }
- | public class Windows.ApplicationModel.DataTransfer.DataTransferManager {
- + public static void ShowShareUI( ShareUIOptions shareOptions );
- | }
- + public interface Windows.ApplicationModel.DataTransfer.IDataTransferManagerStatics3 {
- + public void ShowShareUI( ShareUIOptions shareOptions );
- + }
- + public class Windows.ApplicationModel.DataTransfer.ShareUIOptions {
- + public ShareUITheme ShareTheme { get; set; }
- + public IReference<Rect> InvocationRect { get; set; }
- + public ShareUIOptions();
- + }
- + public enum Windows.ApplicationModel.DataTransfer.ShareUITheme {
- + Default = 0,
- + Light = 1,
- + Dark = 2,
- + }
- | public class Windows.ApplicationModel.Payments.PaymentMediator {
- + public IAsyncOperation<bool> CanMakePaymentAsync( PaymentRequest result );
- | }
- + public struct Windows.Storage.Provider.CustomStateDefinition {
- + public int StateID;
- + public string DisplayName;
- + }
- + public enum Windows.Storage.Provider.HydrationPolicy {
- + OnDemand = 0,
- + Progressive = 1,
- + Full = 2,
- + NoPartial = 4,
- + }
- + public enum Windows.Storage.Provider.NavPaneLocation {
- + None = 0,
- + Root = 1,
- + Parent = 2,
- + }
- + public enum Windows.Storage.Provider.PopulationPolicy {
- + OnDemand = 0,
- + Full = 2,
- + NoPartial = 4,
- + }
- + public enum Windows.Storage.Provider.ProtectionMode {
- + Unknown = 0,
- + Personal = 1,
- + }
- + public class Windows.Storage.Provider.SyncRootInformation {
- + public string Version { get; set; }
- + public ProtectionMode ProtectionMode { get; set; }
- + public PopulationPolicy PopulationPolicy { get; set; }
- + public string Path { get; set; }
- + public NavPaneLocation NavPaneLocation { get; set; }
- + public string IconResource { get; set; }
- + public string ID { get; set; }
- + public HydrationPolicy HydrationPolicy { get; set; }
- + public string DisplayNameResource { get; set; }
- + public IBuffer Context { get; set; }
- + public bool AllowPinning { get; set; }
- + public IVector<CustomStateDefinition> CustomStateDefinitions { get; }
- + public IPropertySet Properties { get; }
- + public SyncRootInformation();
- + }
- + public class Windows.Storage.Provider.SyncRootManager {
- + public IVectorView<SyncRootInformation> CurrentSyncRoots { get; }
- + public SyncRootManager();
- + public void Register( SyncRootInformation syncRootInformation );
- + public void Unregister( SyncRootInformation syncRootInformation );
- + public SyncRootInformation GetSyncRootInformationFromPath( string syncRootInformation );
- + public SyncRootInformation GetSyncRootInformationFromId( string syncRootInformation );
- + }
- | public class Windows.System.DispatcherQueue {
- + public bool TryEnqueue( DispatcherQueuePriority result, DispatcherQueueHandler priority );
- | }
- | public class Windows.UI.Core.CoreWindow {
- + public DispatcherQueue DispatcherQueue { get; }
- | }
- | public enum Windows.UI.Xaml.Data.UpdateSourceTrigger {
- + LostFocus = 3,
- | }
- | public class Windows.UI.Xaml.Documents.Hyperlink : Windows.UI.Xaml.Documents.Span {
- + public bool IsTabStop { get; set; }
- + public int TabIndex { get; set; }
- + public DependencyProperty TabIndexProperty { get; }
- + public DependencyProperty IsTabStopProperty { get; }
- | }
Advertisement
Add Comment
Please, Sign In to add comment