Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.ApplicationModel.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.ApplicationModel.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public class Windows.ApplicationModel.Calls.PhoneLineCellularDetails {
- + public string GetNetworkOperatorDisplayText( PhoneLineNetworkOperatorDisplayTextLocation value );
- | }
- | public class Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayOptions {
- + public bool ShouldDisplayNetworkStateInPhoneTile { get; }
- | }
- + public enum Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation {
- + Default = 0,
- + Tile = 1,
- + Dialer = 2,
- + InCallUI = 3,
- + }
- | public class Windows.ApplicationModel.Chat.ChatCapabilitiesManager {
- + public static IAsyncOperation<ChatCapabilities> GetCapabilitiesFromNetworkAsync( string value );
- - public static IAsyncOperation<ChatCapabilities> GetCapabilitiesFromServerAsync( string value );
- | }
- | public class Windows.ApplicationModel.Chat.ChatConversation {
- + public IAsyncAction MarkAllMessagesAsReadAsync();
- + public void SendLocalParticipantComposing( string transportId, bool isComposing );
- + public void TriggerRemoteParticipantComposingChanged( string transportId, string participantAddress, bool isComposing );
- - public IAsyncAction MarkAllMessagesAsRead();
- | }
- | public class Windows.ApplicationModel.Chat.ChatConversationThreadingInfo {
- + public ChatConversationThreadingKind Kind { get; set; }
- - public ChatConversationThreadingType Type { get; set; }
- | }
- + public enum Windows.ApplicationModel.Chat.ChatConversationThreadingKind {
- + Participants = 0,
- + ContactId = 1,
- + ConversationId = 2,
- + Custom = 3,
- + }
- - public enum Windows.ApplicationModel.Chat.ChatConversationThreadingType;
- | public class Windows.ApplicationModel.Chat.ChatMessage {
- - public bool IsDraft { get; set; }
- | }
- | public class Windows.ApplicationModel.Chat.ChatMessageAttachment {
- + public ulong TransferProgress { get; set; }
- + public IRandomAccessStreamReference Thumbnail { get; set; }
- + public string OriginalFileName { get; set; }
- | }
- | public enum Windows.ApplicationModel.Chat.ChatMessageOperatorType {
- + Rcs = 3,
- - RcsMessage = 3,
- | }
- | public class Windows.ApplicationModel.Chat.ChatMessageStore {
- + public IAsyncOperation<ChatConversation> GetConversationFromThreadingInfoAsync( ChatConversationThreadingInfo value );
- + public ChatSearchReader GetSearchReader( IChatSearchBase value );
- + public IAsyncAction CancelMessageDownloadAsync( string value );
- - public IAsyncOperation<ChatConversation> GetConversationByThreadingInfoAsync( ChatConversationThreadingInfo value );
- | }
- | public class Windows.ApplicationModel.Chat.ChatMessageTransport {
- + public ChatMessageTransportType TransportType { get; }
- + public bool IsServiceTypeSupported( ChatServiceType value );
- | }
- + public enum Windows.ApplicationModel.Chat.ChatMessageTransportType {
- + Text = 0,
- + UnTriaged = 1,
- + Blocked = 2,
- + Custom = 3,
- + }
- | public enum Windows.ApplicationModel.Chat.ChatMessageValidationStatus {
- + ValidWithLargeMessage = 11,
- | }
- + public class Windows.ApplicationModel.Chat.ChatQueryOptions {
- + public string SearchString { get; set; }
- + public ChatQueryOptions();
- + }
- + public class Windows.ApplicationModel.Chat.ChatSearchReader {
- + public IAsyncOperation<IVectorView<object>> ReadBatchAsync();
- + public IAsyncOperation<IVectorView<object>> ReadBatchAsync( uint value );
- + }
- + public enum Windows.ApplicationModel.Chat.ChatServiceType {
- + Chat = 0,
- + GroupChat = 1,
- + FileTransfer = 2,
- + }
- + public interface Windows.ApplicationModel.Chat.IChatSearchBase {
- + }
- + public class Windows.ApplicationModel.Chat.RcsEndUserMessage {
- + public IVectorView<RcsEndUserMessageAction> Actions { get; }
- + public bool IsPinRequired { get; }
- + public string Text { get; }
- + public string Title { get; }
- + public string TransportId { get; }
- + public IAsyncAction SendResponseAsync( RcsEndUserMessageAction value );
- + public IAsyncAction SendResponseWithPinAsync( RcsEndUserMessageAction value, string action );
- + }
- + public class Windows.ApplicationModel.Chat.RcsEndUserMessageAction {
- + public string Label { get; }
- + }
- + public class Windows.ApplicationModel.Chat.RcsEndUserMessageAvailableEventArgs {
- + public bool IsMessageAvailable { get; }
- + public RcsEndUserMessage Message { get; }
- + }
- + public class Windows.ApplicationModel.Chat.RcsEndUserMessageManager {
- + TypedEventHandler<RcsEndUserMessageManager, RcsEndUserMessageAvailableEventArgs> DisplayUserMessageAvailable;
- + }
- + public class Windows.ApplicationModel.Chat.RcsEndUserMessageStatic {
- + public RcsEndUserMessageManager RcsEndUserMessageManager { get; }
- + }
- + public class Windows.ApplicationModel.Chat.RemoteParticipantComposingChangedEventArgs {
- + public bool IsComposing { get; }
- + public string ParticipantAddress { get; }
- + public string TransportId { get; }
- + }
- + public class Windows.ApplicationModel.Chat.ServiceTypeSupportedChangedEventArgs {
- + public bool IsSupported { get; }
- + public ChatServiceType ServiceType { get; }
- + }
- | public class Windows.ApplicationModel.Contacts.ContactFieldFactory {
- + public ContactField CreateField_Default( string field, ContactFieldType value );
- + public ContactField CreateField_Category( string field, ContactFieldType value, ContactFieldCategory type );
- + public ContactField CreateField_Custom( string field, string name, ContactFieldType value, ContactFieldCategory type );
- - public ContactField CreateField( string field, ContactFieldType value );
- - public ContactField CreateField( string field, ContactFieldType value, ContactFieldCategory type );
- - public ContactField CreateField( string field, string name, ContactFieldType value, ContactFieldCategory type );
- | }
- | public interface Windows.ApplicationModel.Contacts.IContactFieldFactory {
- + public ContactField CreateField_Default( string field, ContactFieldType value );
- + public ContactField CreateField_Category( string field, ContactFieldType value, ContactFieldCategory type );
- + public ContactField CreateField_Custom( string field, string name, ContactFieldType value, ContactFieldCategory type );
- - public ContactField CreateField( string field, ContactFieldType value );
- - public ContactField CreateField( string field, ContactFieldType value, ContactFieldCategory type );
- - public ContactField CreateField( string field, string name, ContactFieldType value, ContactFieldCategory type );
- | }
- + public enum Windows.ApplicationModel.ContactsTemp.ContactCardHeaderKind {
- + Default = 0,
- + Basic = 1,
- + Enterprise = 2,
- + }
- + public class Windows.ApplicationModel.ContactsTemp.ContactCardOptions {
- + public ContactCardPivotKind StartingPivot { get; set; }
- + public Rect Rect { get; set; }
- + public ContactCardViewKind PreferredView { get; set; }
- + public Placement PreferredPlacement { get; set; }
- + public ContactCardHeaderKind Header { get; set; }
- + public ContactCardOptions();
- + }
- + public enum Windows.ApplicationModel.ContactsTemp.ContactCardPivotKind {
- + Default = 0,
- + Email = 1,
- + Messaging = 2,
- + Phone = 3,
- + Video = 4,
- + }
- + public enum Windows.ApplicationModel.ContactsTemp.ContactCardViewKind {
- + Default = 0,
- + MiniCard = 1,
- + FullCard = 2,
- + }
- | public class Windows.ApplicationModel.ContactsTemp.ContactManager {
- + public static void ShowEnhancedContactCard( Contact contact );
- + public static void ShowEnhancedContactCard( Contact contact, ContactCardOptions options );
- + public static ContactCardDelayedDataLoader ShowEnhancedContactCardWithDelayLoad( Contact dataLoader, ContactCardOptions contact );
- | }
- + public class Windows.ApplicationModel.ContactsTemp.ContactPicker {
- + public ContactSelectionMode SelectionMode { get; set; }
- + public string CommitButtonText { get; set; }
- + public IVector<string> DesiredFields { get; }
- + public IVector<ContactFieldType> DesiredFieldsWithContactFieldType { get; }
- + public ContactPicker();
- + public IAsyncOperation<ContactInformation> PickSingleContactAsync();
- + public IAsyncOperation<IVectorView<ContactInformation>> PickMultipleContactsAsync();
- + public IAsyncOperation<Contact> PickContactAsync();
- + public IAsyncOperation<IVector<Contact>> PickContactsAsync();
- + }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.Data.winmd
- old file: \wim\10036x64\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\10041x86\Windows\System32\WinMetadata\Windows.Devices.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.Devices.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- + public class Windows.Devices.Radios.Radio {
- + public RadioKind Kind { get; }
- + public string Name { get; }
- + public RadioState State { get; }
- + public IAsyncOperation<RadioAccessStatus> SetStateAsync( RadioState retval );
- + public IAsyncOperation<RadioAccessStatus> RequestAccessAsync();
- + public static IAsyncOperation<IVectorView<Radio>> GetRadiosAsync();
- + public static string GetDeviceSelector();
- + public static IAsyncOperation<Radio> FromIdAsync( string value );
- + TypedEventHandler<Radio, object> StateChanged;
- + }
- + public enum Windows.Devices.Radios.RadioAccessStatus {
- + Unspecified = 0,
- + Allowed = 1,
- + DeniedByUser = 2,
- + DeniedBySystem = 3,
- + }
- + public enum Windows.Devices.Radios.RadioKind {
- + Other = 0,
- + WiFi = 1,
- + MobileBroadband = 2,
- + Bluetooth = 3,
- + FM = 4,
- + }
- + public enum Windows.Devices.Radios.RadioState {
- + Unknown = 0,
- + On = 1,
- + Off = 2,
- + Disabled = 3,
- + }
- | public enum Windows.Devices.SerialCommunication.SerialStopBitCount {
- * One = 0,
- * OnePointFive = 1,
- * Two = 2,
- - None = 0,
- | }
- - public struct Windows.Devices.SmartCards.SmartCardDeviceContract;
- | public class Windows.Devices.SmartCards.SmartCardProvisioning {
- + public IAsyncOperation<string> GetAuthorityKeyContainerNameAsync();
- + public static IAsyncOperation<SmartCardProvisioning> RequestAttestedVirtualSmartCardCreationAsync( string result, IBuffer friendlyName, SmartCardPinPolicy administrativeKey );
- + public static IAsyncOperation<SmartCardProvisioning> RequestAttestedVirtualSmartCardCreationAsync( string result, IBuffer friendlyName, SmartCardPinPolicy administrativeKey, Guid pinPolicy );
- | }
- + public enum Windows.Devices.WiFi.WiFiAccessKind {
- + Scan = 0,
- + ScanAndConnect = 1,
- + }
- | public class Windows.Devices.WiFi.WiFiAdapter {
- + public WiFiNetworkReport NetworkReport { get; }
- - public WiFiAvailableNetworks AvailableNetworks { get; }
- + public IAsyncAction ScanAsync();
- + public IAsyncOperation<WiFiConnectionResult> ConnectAsync( WiFiAvailableNetwork value, WiFiReconnectionKind availableNetwork );
- + public IAsyncOperation<WiFiConnectionResult> ConnectAsync( WiFiAvailableNetwork value, WiFiReconnectionKind availableNetwork, PasswordCredential reconnectionKind );
- + public IAsyncOperation<WiFiConnectionResult> ConnectAsync( WiFiAvailableNetwork value, WiFiReconnectionKind availableNetwork, PasswordCredential reconnectionKind, string passwordCredential );
- + public void Disconnect();
- + public static IAsyncOperation<IVectorView<WiFiAdapter>> FindAllAdaptersAsync();
- + public static IAsyncOperation<WiFiAccessStatus> RequestAccessAsync( WiFiAccessKind value );
- - public static IAsyncOperation<IVectorView<WiFiAdapter>> GetAdaptersAsync();
- | }
- - public class Windows.Devices.WiFi.WiFiAdapterScanResult;
- | public class Windows.Devices.WiFi.WiFiAvailableNetwork {
- + public TimeSpan BeaconInterval { get; }
- + public int ChannelCenterFrequencyInKilohertz { get; }
- * public WiFiPhyKind PhyKind { get; }
- - public TimeSpan BeaconPeriod { get; }
- - public int ChannelCenterFrequencyInKhz { get; }
- | }
- - public class Windows.Devices.WiFi.WiFiAvailableNetworks;
- + public class Windows.Devices.WiFi.WiFiConnectionResult {
- + public ConnectionProfile ConnectionProfile { get; }
- + public WiFiConnectionStatus ConnectionStatus { get; }
- + }
- + public enum Windows.Devices.WiFi.WiFiConnectionStatus {
- + UnspecifiedFailure = 0,
- + Success = 1,
- + AccessRevoked = 2,
- + InvalidCredential = 3,
- + NetworkNotAvailable = 4,
- + Timeout = 5,
- + UnsupportedAuthenticationProtocol = 6,
- + }
- | public enum Windows.Devices.WiFi.WiFiNetworkKind {
- + Adhoc = 2,
- - Independent = 2,
- | }
- + public class Windows.Devices.WiFi.WiFiNetworkReport {
- + public IVectorView<WiFiAvailableNetwork> AvailableNetworks { get; }
- + public DateTime Timestamp { get; }
- + }
- | public enum Windows.Devices.WiFi.WiFiPhyKind {
- + Unknown = 0,
- + Fhss = 1,
- + Dsss = 2,
- + IRBaseband = 3,
- + Ofdm = 4,
- + Hrdsss = 5,
- + Erp = 6,
- + HT = 7,
- + Vht = 8,
- - public int Any { get; }
- - public int Dsss { get; }
- - public int Erp { get; }
- - public int Fhss { get; }
- - public int HT { get; }
- - public int Hrdsss { get; }
- - public int IRBaseband { get; }
- - public int IhvCustomEnd { get; }
- - public int IhvCustomStart { get; }
- - public int Ofdm { get; }
- - public int Vht { get; }
- | }
- + public enum Windows.Devices.WiFi.WiFiReconnectionKind {
- + Automatic = 0,
- + Manual = 1,
- + }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.Foundation.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.Foundation.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- - public class Windows.Foundation.Diagnostics.ProcessDiagnosticTarget;
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.Globalization.winmd
- old file: \wim\10036x64\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\10041x86\Windows\System32\WinMetadata\Windows.Graphics.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.Graphics.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- - public class Windows.Graphics.Face.DetectedFace;
- - public class Windows.Graphics.Face.FaceDetector;
- - public class Windows.Graphics.Face.FaceTracker;
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.Human.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.Human.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.Management.winmd
- old file: \wim\10036x64\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\10041x86\Windows\System32\WinMetadata\Windows.Media.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.Media.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public class Windows.Media.Core.AudioTrack {
- - public ValueSet CustomProperties { get; }
- | }
- * internal interface Windows.Media.Core.IMediaCueEventArgs;
- | public interface Windows.Media.Core.IMediaTrack {
- - public ValueSet CustomProperties { get; }
- | }
- | public interface Windows.Media.Core.ITimedMetadataTrack {
- | }
- - public interface Windows.Media.Core.ITimedMetadataTrackErrorEventArgs;
- | public interface Windows.Media.Core.ITimedTextSource {
- - public bool IsResolved { get; }
- | }
- | public class Windows.Media.Core.MediaSource {
- + public bool IsOpen { get; }
- - public bool IsResolved { get; }
- + public void Close();
- + public static MediaSource CreateFromIMediaSource( IMediaSource value );
- - public static MediaSource CreateFromInterface( IMediaSource value );
- | }
- + public class Windows.Media.Core.MediaSourceError {
- + public void Propagate();
- + }
- + public class Windows.Media.Core.MediaSourceOpenCompletedEventArgs {
- + public MediaSourceError Error { get; }
- + }
- - public void delegate Windows.Media.Core.MediaSourceResolvedEventHandler( MediaSource sender );
- | public class Windows.Media.Core.TimedMetadataTrack {
- - public ValueSet CustomProperties { get; }
- | }
- - public class Windows.Media.Core.TimedMetadataTrackErrorEventArgs;
- + public class Windows.Media.Core.TimedMetadataTrackFailedEventArgs {
- + public TimedMetadataTrackError Error { get; }
- + }
- | public class Windows.Media.Core.TimedTextSource {
- - public bool IsResolved { get; }
- | }
- | public class Windows.Media.Core.VideoTrack {
- - public ValueSet CustomProperties { get; }
- | }
- + public class Windows.Media.FaceAnalysis.DetectedFace {
- + public BitmapBounds FaceBox { get; }
- + }
- + public class Windows.Media.FaceAnalysis.FaceDetector {
- + public BitmapSize MinDetectableFaceSize { get; set; }
- + public BitmapSize MaxDetectableFaceSize { get; set; }
- + public bool IsSupported { get; }
- + public IAsyncOperation<IVector<DetectedFace>> DetectFacesAsync( SoftwareBitmap returnValue );
- + public IAsyncOperation<IVector<DetectedFace>> DetectFacesAsync( SoftwareBitmap returnValue, BitmapBounds image );
- + public static IAsyncOperation<FaceDetector> CreateAsync();
- + public static IVectorView<BitmapPixelFormat> GetSupportedBitmapPixelFormats();
- + public static bool IsBitmapPixelFormatSupported( BitmapPixelFormat result );
- + }
- + public class Windows.Media.FaceAnalysis.FaceTracker {
- + public BitmapSize MinDetectableFaceSize { get; set; }
- + public BitmapSize MaxDetectableFaceSize { get; set; }
- + public bool IsSupported { get; }
- + public IAsyncOperation<IVector<DetectedFace>> ProcessNextFrameAsync( VideoFrame returnValue );
- + public static IAsyncOperation<FaceTracker> CreateAsync();
- + public static IVectorView<BitmapPixelFormat> GetSupportedBitmapPixelFormats();
- + public static bool IsBitmapPixelFormatSupported( BitmapPixelFormat result );
- + }
- + public enum Windows.Media.Photo.Import.ContentEnumerationFilter {
- + Photos = 0,
- + Videos = 1,
- + PhotosAndVideos = 2,
- + }
- + public enum Windows.Media.Photo.Import.DeleteSidecarsPolicy {
- + DeleteSidecars = 0,
- + IgnoreSidecars = 1,
- + }
- + public class Windows.Media.Photo.Import.DeletionRequest {
- + public uint DeletedPhotosCount { get; }
- + public ulong DeletedPhotosSizeInBytes { get; }
- + public uint DeletedSidecarsCount { get; }
- + public ulong DeletedSidecarsSizeInBytes { get; }
- + public uint DeletedVideosCount { get; }
- + public ulong DeletedVideosSizeInBytes { get; }
- + }
- + public enum Windows.Media.Photo.Import.DestinationFileNamingScheme {
- + KeepOriginalNames = 0,
- + PerSessionSequentialNumbering = 1,
- + }
- + public enum Windows.Media.Photo.Import.DeviceType {
- + Generic = 0,
- + Camera = 1,
- + MediaPlayer = 2,
- + Phone = 3,
- + Video = 4,
- + PersonalInformationManager = 5,
- + AudioRecorder = 6,
- + }
- + public class Windows.Media.Photo.Import.EnumeratedItem {
- + public bool ImportItem { get; set; }
- + public string ContentType { get; }
- + public string Id { get; }
- + public string Name { get; }
- + public IVectorView<ISidecarFile> SidecarFiles { get; }
- + public ulong SizeInBytes { get; }
- + public DateTime Timestamp { get; }
- + public IAsyncOperation<IRandomAccessStreamWithContentType> GetThumbnailAsync();
- + }
- + public class Windows.Media.Photo.Import.EnumerationRequest {
- + public IVectorView<IEnumeratedItem> EnumeratedItems { get; }
- + public uint EnumeratedPhotosCount { get; }
- + public ulong EnumeratedPhotosSizeInBytes { get; }
- + public uint EnumeratedSidecarsCount { get; }
- + public ulong EnumeratedSidecarsSizeInBytes { get; }
- + public uint EnumeratedVideosCount { get; }
- + public ulong EnumeratedVideosSizeInBytes { get; }
- + }
- + public interface Windows.Media.Photo.Import.IDeletionRequest {
- + public uint DeletedPhotosCount { get; }
- + public ulong DeletedPhotosSizeInBytes { get; }
- + public uint DeletedSidecarsCount { get; }
- + public ulong DeletedSidecarsSizeInBytes { get; }
- + public uint DeletedVideosCount { get; }
- + public ulong DeletedVideosSizeInBytes { get; }
- + }
- + public interface Windows.Media.Photo.Import.IEnumeratedItem {
- + public string ContentType { get; }
- + public string Id { get; }
- + public bool ImportItem { get; set; }
- + public string Name { get; }
- + public IVectorView<ISidecarFile> SidecarFiles { get; }
- + public ulong SizeInBytes { get; }
- + public DateTime Timestamp { get; }
- + public IAsyncOperation<IRandomAccessStreamWithContentType> GetThumbnailAsync();
- + }
- + public interface Windows.Media.Photo.Import.IEnumerationRequest {
- + public IVectorView<IEnumeratedItem> EnumeratedItems { get; }
- + public uint EnumeratedPhotosCount { get; }
- + public ulong EnumeratedPhotosSizeInBytes { get; }
- + public uint EnumeratedSidecarsCount { get; }
- + public ulong EnumeratedSidecarsSizeInBytes { get; }
- + public uint EnumeratedVideosCount { get; }
- + public ulong EnumeratedVideosSizeInBytes { get; }
- + }
- + public interface Windows.Media.Photo.Import.IImportSession {
- + public bool AppendDatedSessionFolder { get; set; }
- + public bool CanDeleteContent { get; }
- + public string DestinationFileNamesPrefix { get; set; }
- + public DestinationFileNamingScheme DestinationFilesNamingScheme { get; set; }
- + public PreferredTimestamp PreferredTimestamp { get; set; }
- + public string PrimaryDestination { get; }
- + public SubfolderNamingScheme SubfoldersNamingScheme { get; set; }
- + public void SetPrimaryDestinationAsync( IStorageFolder primaryDestination, ref IAsyncAction asyncAction );
- + public void SetPrimaryDestinationAsync( string primaryDestinationPath, ref IAsyncAction asyncAction );
- + public void SetSecondaryDestinationsAsync( IIterable<IStorageFolder> pSecondaryDestinations, ref IAsyncAction asyncAction );
- + public void SetSecondaryDestinationsAsync( IIterable<string> pSecondaryDestinationPaths, ref IAsyncAction asyncAction );
- + public IAsyncOperationWithProgress<IEnumerationRequest, uint> EnumerateContentAsync( ContentEnumerationFilter asyncOperation );
- + public IAsyncOperationWithProgress<ITransferRequest, uint> TransferContentAsync( IVectorView<IEnumeratedItem> asyncOperation, ImportSidecarsPolicy enumeratedItemsToTransfer );
- + public IAsyncOperationWithProgress<IDeletionRequest, uint> DeleteContentAsync( IVectorView<ITransferredItem> asyncOperation, DeleteSidecarsPolicy transferredItemsToDelete );
- + Windows.Media.Photo.Import.ItemTransferEventHandler ItemTransferredEvent;
- + }
- + public interface Windows.Media.Photo.Import.ISidecarFile {
- + public string ContentType { get; }
- + public string Id { get; }
- + public bool ImportSidecar { get; set; }
- + public string Name { get; }
- + public ulong SizeInBytes { get; }
- + public DateTime Timestamp { get; }
- + public IAsyncOperation<IRandomAccessStreamWithContentType> GetThumbnailAsync();
- + }
- + public interface Windows.Media.Photo.Import.ISourceInfo {
- + public bool CanQueryDateTime { get; }
- + public bool CanQueryPowerLevel { get; }
- + public bool CanQueryPowerSource { get; }
- + public string ConnectionProtocol { get; }
- + public DateTime DateTime { get; }
- + public string Description { get; }
- + public DeviceType DeviceType { get; }
- + public string FriendlyName { get; }
- + public string Id { get; }
- + public bool IsMassStorageDevice { get; }
- + public bool IsPhotoCaptureDevice { get; }
- + public bool IsReadOnlyDevice { get; }
- + public bool IsVideoCaptureDevice { get; }
- + public string Manufacturer { get; }
- + public string Model { get; }
- + public uint PowerLevelPercent { get; }
- + public PowerSource PowerSource { get; }
- + public string SerialNumber { get; }
- + public IAsyncOperation<IRandomAccessStreamWithContentType> GetDeviceIconAsync();
- + }
- + public interface Windows.Media.Photo.Import.ITransferRequest {
- + public IVectorView<ITransferredItem> TransferredItems { get; }
- + public uint TransferredPhotosCount { get; }
- + public ulong TransferredPhotosSizeInBytes { get; }
- + public uint TransferredSidecarsCount { get; }
- + public ulong TransferredSidecarsSizeInBytes { get; }
- + public uint TransferredVideosCount { get; }
- + public ulong TransferredVideosSizeInBytes { get; }
- + }
- + public interface Windows.Media.Photo.Import.ITransferredItem {
- + public IVectorView<string> TransferredFiles { get; }
- + }
- + public class Windows.Media.Photo.Import.ImportSession {
- + public SubfolderNamingScheme SubfoldersNamingScheme { get; set; }
- + public PreferredTimestamp PreferredTimestamp { get; set; }
- + public DestinationFileNamingScheme DestinationFilesNamingScheme { get; set; }
- + public string DestinationFileNamesPrefix { get; set; }
- + public bool AppendDatedSessionFolder { get; set; }
- + public bool CanDeleteContent { get; }
- + public string PrimaryDestination { get; }
- + public void SetPrimaryDestinationAsync( IStorageFolder primaryDestination, ref IAsyncAction asyncAction );
- + public void SetPrimaryDestinationAsync( string primaryDestinationPath, ref IAsyncAction asyncAction );
- + public void SetSecondaryDestinationsAsync( IIterable<IStorageFolder> pSecondaryDestinations, ref IAsyncAction asyncAction );
- + public void SetSecondaryDestinationsAsync( IIterable<string> pSecondaryDestinationPaths, ref IAsyncAction asyncAction );
- + public IAsyncOperationWithProgress<IEnumerationRequest, uint> EnumerateContentAsync( ContentEnumerationFilter asyncOperation );
- + public IAsyncOperationWithProgress<ITransferRequest, uint> TransferContentAsync( IVectorView<IEnumeratedItem> asyncOperation, ImportSidecarsPolicy enumeratedItemsToTransfer );
- + public IAsyncOperationWithProgress<IDeletionRequest, uint> DeleteContentAsync( IVectorView<ITransferredItem> asyncOperation, DeleteSidecarsPolicy transferredItemsToDelete );
- + Windows.Media.Photo.Import.ItemTransferEventHandler ItemTransferredEvent;
- + }
- + public enum Windows.Media.Photo.Import.ImportSidecarsPolicy {
- + IgnoreSidecars = 0,
- + ImportSidecars = 1,
- + }
- + public void delegate Windows.Media.Photo.Import.ItemTransferEventHandler( IImportSession sender, ITransferredItem item );
- + public class Windows.Media.Photo.Import.PhotoImportWorker {
- + public PhotoImportWorker();
- + public IAsyncOperation<IVectorView<string>> EnumerateSourcesAsync();
- + public IAsyncOperation<ISourceInfo> GetSourceInfoFromIdAsync( string asyncOperation );
- + public IAsyncOperation<ISourceInfo> GetSourceInfoFromPathAsync( string asyncOperation );
- + public IAsyncOperation<IImportSession> CreateSessionAsync( string asyncOperation );
- + }
- + public enum Windows.Media.Photo.Import.PowerSource {
- + Battery = 0,
- + External = 1,
- + }
- + public enum Windows.Media.Photo.Import.PreferredTimestamp {
- + DateTaken = 0,
- + FileCreationDate = 1,
- + }
- + public class Windows.Media.Photo.Import.SidecarFile {
- + public bool ImportSidecar { get; set; }
- + public string ContentType { get; }
- + public string Id { get; }
- + public string Name { get; }
- + public ulong SizeInBytes { get; }
- + public DateTime Timestamp { get; }
- + public IAsyncOperation<IRandomAccessStreamWithContentType> GetThumbnailAsync();
- + }
- + public class Windows.Media.Photo.Import.SourceInfo {
- + public bool CanQueryDateTime { get; }
- + public bool CanQueryPowerLevel { get; }
- + public bool CanQueryPowerSource { get; }
- + public string ConnectionProtocol { get; }
- + public DateTime DateTime { get; }
- + public string Description { get; }
- + public DeviceType DeviceType { get; }
- + public string FriendlyName { get; }
- + public string Id { get; }
- + public bool IsMassStorageDevice { get; }
- + public bool IsPhotoCaptureDevice { get; }
- + public bool IsReadOnlyDevice { get; }
- + public bool IsVideoCaptureDevice { get; }
- + public string Manufacturer { get; }
- + public string Model { get; }
- + public uint PowerLevelPercent { get; }
- + public PowerSource PowerSource { get; }
- + public string SerialNumber { get; }
- + public IAsyncOperation<IRandomAccessStreamWithContentType> GetDeviceIconAsync();
- + }
- + public enum Windows.Media.Photo.Import.SubfolderNamingScheme {
- + None = 0,
- + PreferredTimestamp = 1,
- + KeepOriginalFolderNames = 2,
- + }
- + public class Windows.Media.Photo.Import.TransferRequest {
- + public IVectorView<ITransferredItem> TransferredItems { get; }
- + public uint TransferredPhotosCount { get; }
- + public ulong TransferredPhotosSizeInBytes { get; }
- + public uint TransferredSidecarsCount { get; }
- + public ulong TransferredSidecarsSizeInBytes { get; }
- + public uint TransferredVideosCount { get; }
- + public ulong TransferredVideosSizeInBytes { get; }
- + }
- + public class Windows.Media.Photo.Import.TransferredItem {
- + public bool ImportItem { get; set; }
- + public string ContentType { get; }
- + public string Id { get; }
- + public string Name { get; }
- + public IVectorView<ISidecarFile> SidecarFiles { get; }
- + public ulong SizeInBytes { get; }
- + public DateTime Timestamp { get; }
- + public IVectorView<string> TransferredFiles { get; }
- + public IAsyncOperation<IRandomAccessStreamWithContentType> GetThumbnailAsync();
- + }
- * internal interface Windows.Media.Playback.IMediaPlaybackTimedMetadataTrackList;
- - public class Windows.Media.Playback.MediaPlaybackItemErrorEventArgs;
- + public class Windows.Media.Playback.MediaPlaybackItemFailedEventArgs {
- + public MediaPlaybackItemError Error { get; }
- + public MediaPlaybackItem Item { get; }
- + }
- + public class Windows.Media.Playback.MediaPlaybackItemOpenedEventArgs {
- + public MediaPlaybackItem Item { get; }
- + }
- - public class Windows.Media.Playback.MediaPlaybackItemResolvedEventArgs;
- | public class Windows.Media.Playback.MediaPlaybackList {
- | }
- + public class Windows.Media.Playback.TimedMetadataPresentationModeChangedEventArgs {
- + public TimedMetadataTrackPresentationMode NewPresentationMode { get; }
- + public TimedMetadataTrackPresentationMode OldPresentationMode { get; }
- + public TimedMetadataTrack Track { get; }
- + }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.Networking.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.Networking.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public class Windows.Networking.Connectivity.NetworkStateChangeEventDetails {
- + public bool HasNewTetheringClientCount { get; }
- + public bool HasNewTetheringOperationalState { get; }
- | }
- + public class Windows.Networking.NetworkOperators.NetworkOperatorTetheringClient {
- + public IVectorView<HostName> HostNames { get; }
- + public string MacAddress { get; }
- + }
- | public class Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager {
- + public IVectorView<NetworkOperatorTetheringClient> GetTetheringClients();
- + public static TetheringCapability GetTetheringCapabilityFromConnectionProfile( ConnectionProfile result );
- + public static NetworkOperatorTetheringManager CreateFromConnectionProfile( ConnectionProfile ppManager );
- | }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.Security.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.Security.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public class Windows.Security.Authentication.Web.Provider.WebAccountManager {
- + public static IAsyncOperation<WebAccount> AddWebAccountAsync( string asyncInfo, string webAccountId, IMapView<string, string> webAccountUserName, WebAccountScope props );
- + public static IAsyncAction SetScopeAsync( WebAccount asyncInfo, WebAccountScope webAccount );
- + public static WebAccountScope GetScope( WebAccount scope );
- | }
- + public enum Windows.Security.Authentication.Web.Provider.WebAccountScope {
- + PerUser = 0,
- + PerApplication = 1,
- + }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.Services.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.Services.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public class Windows.Services.Maps.MapAddress {
- + public string FormattedAddress { get; }
- | }
- | public class Windows.Services.Maps.MapRoute {
- + public bool HasBlockedRoads { get; }
- + public bool IsGuidanceRoute { get; }
- + public MapRouteRestrictions ViolatedRestrictions { get; }
- | }
- + public class Windows.Services.Maps.MapRouteDrivingOptions {
- + public MapRouteRestrictions RouteRestrictions { get; set; }
- + public MapRouteOptimization RouteOptimization { get; set; }
- + public uint RequestedAlternateRouteCount { get; set; }
- + public double Heading { get; set; }
- + public MapRouteDrivingOptions();
- + }
- | public class Windows.Services.Maps.MapRouteFinder {
- + public static IAsyncOperation<MapRouteFinderResult> GetDrivingRoutesAsync( Geopoint result, Geopoint startPoint, MapRouteDrivingOptions endPoint );
- | }
- | public class Windows.Services.Maps.MapRouteFinderResult {
- + public IVectorView<MapRoute> AlternateRoutes { get; }
- | }
- | public class Windows.Services.Maps.MapRouteManeuver {
- + public double EndHeading { get; }
- + public double StartHeading { get; }
- + public string StreetName { get; }
- | }
- | public enum Windows.Services.Maps.MapRouteRestrictions {
- + Motorail = 32,
- + Parks = 64,
- | }
- + public enum Windows.Services.Maps.Guidance.AudioEvents {
- + None = 0,
- + Maneuver = 1,
- + Route = 2,
- + GPS = 4,
- + SpeedLimit = 8,
- + Traffic = 16,
- + SafetySpot = 32,
- + }
- + public enum Windows.Services.Maps.Guidance.DrivingDirection {
- + Both = 0,
- + Forward = 1,
- + Backward = 2,
- + }
- + public void delegate Windows.Services.Maps.Guidance.EmptyEventHandler();
- + public class Windows.Services.Maps.Guidance.Guidance {
- + public UnitSystem DistanceUnit { get; set; }
- + public AudioEvents AudioOutputEvents { get; set; }
- + public Maneuver AfterNextManeuver { get; }
- + public int AfterNextManeuverDistance { get; }
- + public MapMatchedLocation CurrentLocation { get; }
- + public Geopoint CurrentPosition { get; }
- + public int DestinationDistance { get; }
- + public int ElapsedDistance { get; }
- + public TimeSpan ElapsedTime { get; }
- + public GuidanceMode GuidanceMode { get; }
- + public Maneuver NextManeuver { get; }
- + public int NextManeuverDistance { get; }
- + public string RoadName { get; }
- + public GuidanceRoute Route { get; }
- + public TimeSpan TimeToArrival { get; }
- + public void Navigate( MapRoute value );
- + public void Simulate( MapRoute value, uint speed );
- + public void StartTracking();
- + public void Pause();
- + public void Resume();
- + public void Stop();
- + public void Clear();
- + public void Repeat();
- + public void SetVoiceSkin( uint skinId, string voicesDirectory );
- + public void UserLocationUpdate( Geocoordinate userLocation );
- + public void UpdateUserLocation( Geocoordinate userLocation, BasicGeoposition positionOverride );
- + public void UserLocationClear();
- + public static Guidance Create();
- + Windows.Services.Maps.Guidance.EmptyEventHandler DestinationReachedEvent;
- + Windows.Services.Maps.Guidance.EmptyEventHandler GpsLostEvent;
- + Windows.Services.Maps.Guidance.EmptyEventHandler GpsRestoredEvent;
- + Windows.Services.Maps.Guidance.EmptyEventHandler GuidanceUpdatedEvent;
- + TypedEventHandler<Guidance, ManeuverAvailableArgs> ManeuverAvailableEvent;
- + Windows.Services.Maps.Guidance.EmptyEventHandler RerouteBeginEvent;
- + Windows.Services.Maps.Guidance.EmptyEventHandler RerouteEndEvent;
- + Windows.Services.Maps.Guidance.EmptyEventHandler RerouteFailedEvent;
- + }
- + public enum Windows.Services.Maps.Guidance.GuidanceMode {
- + None = 0,
- + Simulation = 1,
- + Navigation = 2,
- + Tracking = 3,
- + }
- + public class Windows.Services.Maps.Guidance.GuidanceRoute {
- + public GeoboundingBox BoundingBox { get; }
- + public uint Duration { get; }
- + public uint Length { get; }
- + public IVector<Maneuver> Maneuvers { get; }
- + public Geopath Path { get; }
- + public IVector<RoadElement> RoadElements { get; }
- + public MapRoute ConvertToMapRoute();
- + }
- + public enum Windows.Services.Maps.Guidance.IconId {
- + Undefined = 0,
- + GoStraight = 1,
- + UturnRight = 2,
- + UturnLeft = 3,
- + KeepRight = 4,
- + LightRight = 5,
- + QuiteRight = 6,
- + HeavyRight = 7,
- + KeepMiddle = 8,
- + KeepLeft = 9,
- + LightLeft = 10,
- + QuiteLeft = 11,
- + HeavyLeft = 12,
- + EnterMotorwayRightLane = 13,
- + EnterMotorwayLeftLane = 14,
- + LeaveMotorwayRightLane = 15,
- + LeaveMotorwayLeftLane = 16,
- + MotorwayKeepRight = 17,
- + MotorwayKeepLeft = 18,
- + RoundaboutRightHand1 = 19,
- + RoundaboutRightHand2 = 20,
- + RoundaboutRightHand3 = 21,
- + RoundaboutRightHand4 = 22,
- + RoundaboutRightHand5 = 23,
- + RoundaboutRightHand6 = 24,
- + RoundaboutRightHand7 = 25,
- + RoundaboutRightHand8 = 26,
- + RoundaboutRightHand9 = 27,
- + RoundaboutRightHand10 = 28,
- + RoundaboutRightHand11 = 29,
- + RoundaboutRightHand12 = 30,
- + RoundaboutLeftHand1 = 31,
- + RoundaboutLeftHand2 = 32,
- + RoundaboutLeftHand3 = 33,
- + RoundaboutLeftHand4 = 34,
- + RoundaboutLeftHand5 = 35,
- + RoundaboutLeftHand6 = 36,
- + RoundaboutLeftHand7 = 37,
- + RoundaboutLeftHand8 = 38,
- + RoundaboutLeftHand9 = 39,
- + RoundaboutLeftHand10 = 40,
- + RoundaboutLeftHand11 = 41,
- + RoundaboutLeftHand12 = 42,
- + Start = 43,
- + End = 44,
- + Ferry = 45,
- + PassStation = 46,
- + HeadTo = 47,
- + BearLeftThenBearLeft = 48,
- + BearLeftThenBearRight = 49,
- + BearLeftThenTurnLeft = 50,
- + BearLeftThenTurnRight = 51,
- + BearRightThenBearLeft = 52,
- + BearRightThenBearRight = 53,
- + BearRightThenTurnLeft = 54,
- + BearRightThenTurnRight = 55,
- + BearThenKeep = 56,
- + BearThenMerge = 57,
- + Continue = 58,
- + DepartIntermediateStopReturning = 59,
- + EnterRoundabout = 60,
- + EnterThenExitRoundabout = 61,
- + ExitRoundabout = 62,
- + KeepOnRampLeft = 63,
- + KeepOnRampRight = 64,
- + KeepOnRampStraight = 65,
- + KeepToStayLeft = 66,
- + KeepToStayRight = 67,
- + Merge = 68,
- + RampToHighwayStraight = 69,
- + RoadNameChange = 70,
- + Take = 71,
- + TakeRampStraight = 72,
- + TakeTransit = 73,
- + Transfer = 74,
- + TransitArrive = 75,
- + TransitDepart = 76,
- + TurnBack = 77,
- + TurnLeftThenBearLeft = 78,
- + TurnLeftThenBearRight = 79,
- + TurnLeftThenTurnLeft = 80,
- + TurnLeftThenTurnRight = 81,
- + TurnRightThenBearLeft = 82,
- + TurnRightThenBearRight = 83,
- + TurnRightThenTurnLeft = 84,
- + TurnRightThenTurnRight = 85,
- + TurnThenMerge = 86,
- + TurnToStayLeft = 87,
- + TurnToStayRight = 88,
- + Unknown = 89,
- + Uturn = 90,
- + Wait = 91,
- + Walk = 92,
- + }
- + public class Windows.Services.Maps.Guidance.Maneuver {
- + public uint DistanceFromPreviousManeuver { get; }
- + public uint DistanceFromStart { get; }
- + public uint EndAngle { get; }
- + public IconId IconId { get; }
- + public string InstructionText { get; }
- + public string NextRoadName { get; }
- + public string NextRouteName { get; }
- + public string RoadName { get; }
- + public string RouteName { get; }
- + public Signpost Signpost { get; }
- + public uint StartAngle { get; }
- + public Geopoint StartLocation { get; }
- + }
- + public class Windows.Services.Maps.Guidance.ManeuverAvailableArgs {
- + public Maneuver Maneuver { get; }
- + }
- + public class Windows.Services.Maps.Guidance.MapMatchedLocation {
- + public double Heading { get; }
- + public bool IsOnStreet { get; }
- + public Geopoint Location { get; }
- + public RoadElement Road { get; }
- + public double Speed { get; }
- + }
- + public class Windows.Services.Maps.Guidance.MapSensor {
- + public bool Enabled { get; set; }
- + public void SetConnectionType( NetworkType type );
- + public void ClearLocalData();
- + public void SetSpeedTrigger( double speed );
- + public void SetUploadFrequency( ushort uploadFrequency );
- + public static MapSensor Create();
- + }
- + public enum Windows.Services.Maps.Guidance.NetworkType {
- + WiFi = 0,
- + Cellular = 1,
- + Other = 2,
- + }
- + public enum Windows.Services.Maps.Guidance.RequestState {
- + Error = 0,
- + Idle = 1,
- + Done = 2,
- + Busy = 3,
- + Decoding = 4,
- + Requesting = 5,
- + }
- + public class Windows.Services.Maps.Guidance.RoadElement {
- + public string Id { get; }
- + public bool IsHighway { get; }
- + public bool IsTollroad { get; }
- + public bool IsTunnel { get; }
- + public Geopath Path { get; }
- + public string RoadName { get; }
- + public string RouteName { get; }
- + public double SpeedLimit { get; }
- + public TimeSpan TravelTime { get; }
- + }
- + public class Windows.Services.Maps.Guidance.Signpost {
- + public Color BackgroundColor { get; }
- + public IVector<string> ExitDirections { get; }
- + public string ExitNumber { get; }
- + public string ExitText { get; }
- + public Color ForegroundColor { get; }
- + }
- + public class Windows.Services.Maps.Guidance.Traffic {
- + public RequestState State { get; }
- + public Traffic();
- + public void Init();
- + public void Clear();
- + public void Poll();
- + public bool RequestTraffic( IVector<Geocircle> result );
- + public bool GetAvailability( Geopoint result );
- + public IVector<TrafficEvent> RelevantTrafficEvents( RoadElement trafficEvents, DrivingDirection roadElement );
- + Windows.Services.Maps.Guidance.TrafficEventHandler RequestStateEvent;
- + }
- + public class Windows.Services.Maps.Guidance.TrafficEvent {
- + public uint EstimatedSpeedLimit { get; }
- + public uint SpeedLimit { get; }
- + public bool IsOnRoute( GuidanceRoute result );
- + }
- + public void delegate Windows.Services.Maps.Guidance.TrafficEventHandler( Traffic sender );
- + public enum Windows.Services.Maps.Guidance.UnitSystem {
- + Metric = 0,
- + Imperial = 1,
- + ImperialUnitedStates = 2,
- + }
- + public class Windows.Services.Maps.Local.LocalLocation {
- + public MapAddress Address { get; }
- + public string Description { get; }
- + public string DisplayName { get; }
- + public string EntityId { get; }
- + public string EntityIdType { get; }
- + public Geopoint Location { get; }
- + public string PhoneNumber { get; }
- + }
- + public class Windows.Services.Maps.Local.LocalLocationFinder {
- + public static IAsyncOperation<LocalLocationFinderResult> FindLocalLocationsAsync( string result, Geopoint query, Geopoint searchAreaNorthWestCorner, string searchAreaSouthEastCorner, uint category );
- + }
- + public class Windows.Services.Maps.Local.LocalLocationFinderResult {
- + public IVectorView<LocalLocation> LocalLocations { get; }
- + public LocalLocationFinderStatus Status { get; }
- + }
- + public enum Windows.Services.Maps.Local.LocalLocationFinderStatus {
- + Success = 0,
- + UnknownError = 1,
- + InvalidCredentials = 2,
- + InvalidArgument = 3,
- + NetworkFailure = 4,
- + NotSupported = 5,
- + ProxyAuthenticationFailed = 6,
- + }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.Storage.winmd
- old file: \wim\10036x64\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\10041x86\Windows\System32\WinMetadata\Windows.System.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.System.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public interface Windows.System.IProtocolForResultsOperationSourcePriv {
- + public uint GetOperationCompletedEventHandle();
- | }
- + public class Windows.System.Diagnostics.ProcessCpuUsage {
- + public ProcessCpuUsageReport GetReport();
- + }
- + public class Windows.System.Diagnostics.ProcessCpuUsageReport {
- + public TimeSpan KernelTime { get; }
- + public TimeSpan UserTime { get; }
- + }
- + public class Windows.System.Diagnostics.ProcessDiagnosticInfo {
- + public ProcessCpuUsage CpuUsage { get; }
- + public ProcessDiskUsage DiskUsage { get; }
- + public string ExecutableFileName { get; }
- + public ProcessMemoryUsage MemoryUsage { get; }
- + public ProcessDiagnosticInfo Parent { get; }
- + public uint ProcessId { get; }
- + public DateTime ProcessStartTime { get; }
- + public static IVectorView<ProcessDiagnosticInfo> GetForProcesses();
- + public static ProcessDiagnosticInfo GetForCurrentProcess();
- + }
- + public class Windows.System.Diagnostics.ProcessDiskUsage {
- + public ProcessDiskUsageReport GetReport();
- + }
- + public class Windows.System.Diagnostics.ProcessDiskUsageReport {
- + public long BytesReadCount { get; }
- + public long BytesWrittenCount { get; }
- + public long OtherBytesCount { get; }
- + public long OtherOperationCount { get; }
- + public long ReadOperationCount { get; }
- + public long WriteOperationCount { get; }
- + }
- + public class Windows.System.Diagnostics.ProcessMemoryUsage {
- + public ProcessMemoryUsageReport GetReport();
- + }
- + public class Windows.System.Diagnostics.ProcessMemoryUsageReport {
- + public ulong NonPagedPoolSizeInBytes { get; }
- + public uint PageFaultCount { get; }
- + public ulong PageFileSizeInBytes { get; }
- + public ulong PagedPoolSizeInBytes { get; }
- + public ulong PeakNonPagedPoolSizeInBytes { get; }
- + public ulong PeakPageFileSizeInBytes { get; }
- + public ulong PeakPagedPoolSizeInBytes { get; }
- + public ulong PeakVirtualMemorySizeInBytes { get; }
- + public ulong PeakWorkingSetSizeInBytes { get; }
- + public ulong PrivatePageCount { get; }
- + public ulong VirtualMemorySizeInBytes { get; }
- + public ulong WorkingSetSizeInBytes { get; }
- + }
- + public class Windows.System.Profile.AnalyticsInfo {
- + public string DeviceClass { get; }
- + public AnalyticsVersionInfo VersionInfo { get; }
- + }
- + public class Windows.System.Profile.AnalyticsVersionInfo {
- + public string Platform { get; }
- + public string PlatformVersion { get; }
- + }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.UI.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.UI.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- + public interface Windows.UI.Input.Inking.IInkPointFactory {
- + public InkPoint CreateInkPoint( Point result, float position );
- + }
- | public class Windows.UI.Input.Inking.InkDrawingAttributes {
- + public Matrix3x2 PenTipTransform { get; set; }
- - public float PenTipRotation { get; set; }
- | }
- + public class Windows.UI.Input.Inking.InkInputProcessingConfiguration {
- + public InkInputRightDragAction RightDragAction { get; set; }
- + public InkInputProcessingMode Mode { get; set; }
- + }
- + public enum Windows.UI.Input.Inking.InkInputProcessingMode {
- + None = 0,
- + Inking = 1,
- + Erasing = 2,
- + }
- + public enum Windows.UI.Input.Inking.InkInputRightDragAction {
- + LeaveUnprocessed = 0,
- + AllowProcessing = 1,
- + }
- + public class Windows.UI.Input.Inking.InkPoint {
- + public Point Position { get; }
- + public float Pressure { get; }
- + public InkPoint();
- + }
- | public class Windows.UI.Input.Inking.InkPresenter {
- + public InkStrokeContainer StrokeContainer { get; set; }
- + public InkInputProcessingConfiguration InputProcessingConfiguration { get; }
- + public void SetPredefinedConfiguration( InkPresenterPredefinedConfiguration value );
- | }
- + public enum Windows.UI.Input.Inking.InkPresenterPredefinedConfiguration {
- + SimpleSinglePointer = 0,
- + SimpleMultiplePointer = 1,
- + }
- | public class Windows.UI.Input.Inking.InkStroke {
- + public Matrix3x2 PointTransform { get; set; }
- + public IVectorView<InkPoint> GetInkPoints();
- | }
- | public class Windows.UI.Input.Inking.InkStrokeBuilder {
- + public InkStroke CreateStrokeFromInkPoints( IIterable<InkPoint> result, Matrix3x2 inkPoints );
- | }
- | public class Windows.UI.Input.Inking.InkStrokeContainer {
- + public void AddStrokes( IIterable<InkStroke> strokes );
- + public void Clear();
- | }
- + public class Windows.UI.Input.Inking.InkStrokesErasedEventArgs {
- + public IVectorView<InkStroke> Strokes { get; }
- + }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.UI.Xaml.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.UI.Xaml.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public class Windows.UI.Xaml.Controls.Maps.MapScene : Windows.UI.Xaml.DependencyObject {
- + public static MapScene CreateFromBoundingBox( GeoboundingBox returnValue );
- + public static MapScene CreateFromBoundingBox( GeoboundingBox returnValue, double bounds, double headingInDegrees );
- + public static MapScene CreateFromCamera( MapCamera returnValue );
- + public static MapScene CreateFromLocation( Geopoint returnValue );
- + public static MapScene CreateFromLocation( Geopoint returnValue, double location, double headingInDegrees );
- + public static MapScene CreateFromLocationAndRadius( Geopoint returnValue, double location );
- + public static MapScene CreateFromLocationAndRadius( Geopoint returnValue, double location, double radiusInMeters, double headingInDegrees );
- + public static MapScene CreateFromLocations( IIterable<Geopoint> returnValue );
- + public static MapScene CreateFromLocations( IIterable<Geopoint> returnValue, double locations, double headingInDegrees );
- | }
- | public class Windows.UI.Xaml.Controls.Maps.StreetsidePanorama : Windows.UI.Xaml.DependencyObject {
- + public static IAsyncOperation<StreetsidePanorama> FindNearbyAsync( Geopoint returnValue );
- + public static IAsyncOperation<StreetsidePanorama> FindNearbyAsync( Geopoint returnValue, double location );
- | }
- | public class Windows.UI.Xaml.Input.KeyRoutedEventArgs : Windows.UI.Xaml.RoutedEventArgs {
- + public VirtualKey OriginalKey { get; }
- | }
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.Web.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.Web.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- - public class Windows.Web.Http.Diagnostics.HttpDiagnosticProvider;
- - public class Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseCompletedEventArgs;
- - public class Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps;
- - public class Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestSentEventArgs;
- - public class Windows.Web.Http.Diagnostics.HttpDiagnosticProviderResponseReceivedEventArgs;
- - public enum Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator;
- - public class Windows.Web.Http.Diagnostics.HttpDiagnosticSourceLocation;
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: \wim\10041x86\Windows\System32\WinMetadata\Windows.World.winmd
- old file: \wim\10036x64\Windows\System32\WinMetadata\Windows.World.winmd
- diff legends: +: added, -: removed, *: changed, |: type member changed
- found no differences.
Advertisement
Add Comment
Please, Sign In to add comment