Listar los espacios de nombre de los ensamblados que se han cargado en el contexto de ejecución del dominio de aplicación en PowerShell

[AppDomain]::CurrentDomain.GetAssemblies().GetTypes() | select NameSpace -Unique

Listado de los espacios de nombre de los ensamblados que se han cargado en el contexto de ejecución del dominio de aplicación en PowerShell:

  • _proxy_Microsoft.VisualStudio.Text.AdornmentLibrary.Squiggles.Implementation
  • _proxy_Microsoft.VisualStudio.Text.Classification
  • _proxy_Microsoft.VisualStudio.Text.Classification.Implementation
  • _proxy_Microsoft.VisualStudio.Text.Editor.DragDrop.Implementation
  • _proxy_Microsoft.VisualStudio.Text.Tagging
  • _proxy_Microsoft.VisualStudio.Text.Utilities
  • _proxy_Microsoft.VisualStudio.Utilities
  • _proxy_Microsoft.VisualStudio.Utilities.Implementation
  • Accessibility
  • Extensions
  • Internal.Cryptography
  • LinqToSqlShared.Mapping
  • Microsoft.Build.Framework
  • Microsoft.Build.Framework.XamlTypes
  • Microsoft.CodeAnalysis
  • Microsoft.CSharp
  • Microsoft.CSharp.RuntimeBinder
  • Microsoft.CSharp.RuntimeBinder.Errors
  • Microsoft.CSharp.RuntimeBinder.Semantics
  • Microsoft.CSharp.RuntimeBinder.Syntax
  • Microsoft.Internal
  • Microsoft.Internal.Collections
  • Microsoft.Internal.Runtime.Serialization
  • Microsoft.Management.Infrastructure
  • Microsoft.Management.Infrastructure.Generic
  • Microsoft.Management.Infrastructure.Internal
  • Microsoft.Management.Infrastructure.Internal.Data
  • Microsoft.Management.Infrastructure.Internal.Operations
  • Microsoft.Management.Infrastructure.Options
  • Microsoft.Management.Infrastructure.Options.Internal
  • Microsoft.Management.Infrastructure.Serialization
  • Microsoft.Management.UI
  • Microsoft.Management.UI.Internal
  • Microsoft.Management.UI.Internal.ShowCommand
  • Microsoft.PowerShell
  • Microsoft.PowerShell.Cim
  • Microsoft.PowerShell.Cmdletization
  • Microsoft.PowerShell.Cmdletization.Cim
  • Microsoft.PowerShell.Cmdletization.Xml
  • Microsoft.PowerShell.Commands
  • Microsoft.PowerShell.Commands.Internal
  • Microsoft.PowerShell.Commands.Internal.Format
  • Microsoft.PowerShell.Commands.Management
  • Microsoft.PowerShell.Commands.ShowCommandExtension
  • Microsoft.PowerShell.Commands.ShowCommandInternal
  • Microsoft.PowerShell.Commands.StringManipulation
  • Microsoft.PowerShell.Commands.StringManipulation.Collections.Generic
  • Microsoft.PowerShell.Commands.StringManipulation.Collections.Immutable
  • Microsoft.PowerShell.Commands.StringManipulation.Collections.Immutable.Validation
  • Microsoft.PowerShell.Commands.StringManipulation.FlashExtract.Shared
  • Microsoft.PowerShell.Commands.StringManipulation.FlashExtract.Shared.SchemaParser
  • Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText
  • Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics
  • Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal
  • Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper
  • Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract
  • Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.TemplateParsing
  • Microsoft.PowerShell.Commands.StringManipulation.FlashFill
  • Microsoft.PowerShell.Commands.StringManipulation.FlashFill.Semantics
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.AST
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.AST.Extensions
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.AST.Visitors
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.Diagnostics
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.Internal
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.Internal.Rules
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.Internal.Synthesis
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.Rules
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.Rules.Concepts
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.Specifications
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.Synthesis
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Core.VersionSpace
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Synthesis
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Synthesis.Strategies
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Synthesis.Strategies.TopDown
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Synthesis.Strategies.TopDown.Combiners
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Synthesis.Strategies.TopDown.StdWitnessTactics
  • Microsoft.PowerShell.Commands.StringManipulation.FlashMeta.Utils
  • Microsoft.PowerShell.DesiredStateConfiguration
  • Microsoft.PowerShell.DesiredStateConfiguration.Internal
  • Microsoft.PowerShell.Host.ISE
  • Microsoft.PowerShell.Telemetry.Internal
  • Microsoft.Reflection
  • Microsoft.Runtime.Hosting
  • Microsoft.SqlServer.Server
  • Microsoft.VisualBasic
  • Microsoft.VisualStudio.Language.Intellisense
  • Microsoft.VisualStudio.Language.Intellisense.Implementation
  • Microsoft.VisualStudio.Language.Intellisense.KeyBindings.Implementation
  • Microsoft.VisualStudio.Language.StandardClassification
  • Microsoft.VisualStudio.Language.StandardClassification.Implementation
  • Microsoft.VisualStudio.Logic.Text.Find.Implementation
  • Microsoft.VisualStudio.Text
  • Microsoft.VisualStudio.Text.AdornmentLibrary.Squiggles.Implementation
  • Microsoft.VisualStudio.Text.AdornmentLibrary.TextMarkers.Implementation
  • Microsoft.VisualStudio.Text.AdornmentLibrary.ToolTip.Implementation
  • Microsoft.VisualStudio.Text.AdornmentLibrary.VisibleWhitespace.Implementation
  • Microsoft.VisualStudio.Text.Adornments
  • Microsoft.VisualStudio.Text.BufferUndoManager.Implementation
  • Microsoft.VisualStudio.Text.ChangeTagger.Implementation
  • Microsoft.VisualStudio.Text.Classification
  • Microsoft.VisualStudio.Text.Classification.Implementation
  • Microsoft.VisualStudio.Text.Classification.Implementation.LookUp
  • Microsoft.VisualStudio.Text.Data.Utilities
  • Microsoft.VisualStudio.Text.Differencing
  • Microsoft.VisualStudio.Text.Differencing.Implementation
  • Microsoft.VisualStudio.Text.Document
  • Microsoft.VisualStudio.Text.Editor
  • Microsoft.VisualStudio.Text.Editor.Automation.Implementation
  • Microsoft.VisualStudio.Text.Editor.DragDrop
  • Microsoft.VisualStudio.Text.Editor.DragDrop.Implementation
  • Microsoft.VisualStudio.Text.Editor.Implementation
  • Microsoft.VisualStudio.Text.Editor.Implementation.Outlining
  • Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
  • Microsoft.VisualStudio.Text.EditorOptions.Implementation
  • Microsoft.VisualStudio.Text.EditorPrimitives.Implementation
  • Microsoft.VisualStudio.Text.Find.Implementation
  • Microsoft.VisualStudio.Text.Formatting
  • Microsoft.VisualStudio.Text.Formatting.Implementation
  • Microsoft.VisualStudio.Text.Implementation
  • Microsoft.VisualStudio.Text.IncrementalSearch
  • Microsoft.VisualStudio.Text.IntraTextAdornmentSupport.Implementation
  • Microsoft.VisualStudio.Text.Operations
  • Microsoft.VisualStudio.Text.Operations.Implementation
  • Microsoft.VisualStudio.Text.Operations.Standalone
  • Microsoft.VisualStudio.Text.Outlining
  • Microsoft.VisualStudio.Text.Outlining.UndoManager.Implementation
  • Microsoft.VisualStudio.Text.Projection
  • Microsoft.VisualStudio.Text.Projection.Implementation
  • Microsoft.VisualStudio.Text.Storage
  • Microsoft.VisualStudio.Text.Tagging
  • Microsoft.VisualStudio.Text.Tagging.Implementation
  • Microsoft.VisualStudio.Text.TextAndAdornmentSequencer.Implementation
  • Microsoft.VisualStudio.Text.Utilities
  • Microsoft.VisualStudio.Text.Utilities.Automation
  • Microsoft.VisualStudio.Text.Wpf.OutliningMargin.Implementation
  • Microsoft.VisualStudio.Text.Wpf.ZoomMouseProcessor.Implementation
  • Microsoft.VisualStudio.Utilities
  • Microsoft.VisualStudio.Utilities.Implementation
  • Microsoft.Web.Infrastructure.DynamicValidationHelper
  • Microsoft.Win32
  • Microsoft.Win32.SafeHandles
  • Microsoft.Windows.PowerShell.Gui.Internal
  • Microsoft.Windows.PowerShell.GuiExe.Internal
  • Microsoft.Windows.Themes
  • Microsoft.WSMan.Management
  • Microsoft.Xml.Serialization.GeneratedAssembly
  • MS.Internal
  • MS.Internal.Annotations
  • MS.Internal.Annotations.Anchoring
  • MS.Internal.Annotations.Component
  • MS.Internal.Annotations.Storage
  • MS.Internal.AppModel
  • MS.Internal.Automation
  • MS.Internal.Collections
  • MS.Internal.Commands
  • MS.Internal.ComponentModel
  • MS.Internal.Composition
  • MS.Internal.Controls
  • MS.Internal.Controls.StickyNote
  • MS.Internal.Data
  • MS.Internal.Documents
  • MS.Internal.Documents.Application
  • MS.Internal.FontCache
  • MS.Internal.FontFace
  • MS.Internal.Generic
  • MS.Internal.Globalization
  • MS.Internal.Hashing.PresentationCore
  • MS.Internal.Hashing.PresentationFramework
  • MS.Internal.Hashing.WindowsBase
  • MS.Internal.Ink
  • MS.Internal.Ink.GestureRecognition
  • MS.Internal.Ink.InkSerializedFormat
  • MS.Internal.Interop
  • MS.Internal.IO.Packaging
  • MS.Internal.IO.Packaging.CompoundFile
  • MS.Internal.IO.Zip
  • MS.Internal.KnownBoxes
  • MS.Internal.Markup
  • MS.Internal.Media
  • MS.Internal.Media3D
  • MS.Internal.Navigation
  • MS.Internal.Permissions
  • MS.Internal.PresentationCore
  • MS.Internal.PresentationCore.WindowsRuntime
  • MS.Internal.PresentationFramework
  • MS.Internal.PresentationFramework.Interop
  • MS.Internal.PresentationFramework.Markup
  • MS.Internal.Printing
  • MS.Internal.Progressivity
  • MS.Internal.PtsHost
  • MS.Internal.PtsHost.UnsafeNativeMethods
  • MS.Internal.PtsTable
  • MS.Internal.Resources
  • MS.Internal.Security
  • MS.Internal.Security.RightsManagement
  • MS.Internal.Serialization
  • MS.Internal.Shaping
  • MS.Internal.Telemetry
  • MS.Internal.Telemetry.PresentationCore
  • MS.Internal.Telemetry.PresentationFramework
  • MS.Internal.Text
  • MS.Internal.Text.TextInterface
  • MS.Internal.Text.TextInterface.Generics
  • MS.Internal.Text.TextInterface.Interfaces
  • MS.Internal.Text.TextInterface.Native
  • MS.Internal.TextFormatting
  • MS.Internal.Threading
  • MS.Internal.TtfDelta
  • MS.Internal.UIAutomationTypes
  • MS.Internal.UIAutomationTypes.Interop
  • MS.Internal.Utility
  • MS.Internal.WindowsBase
  • MS.Internal.WindowsBase.Interop
  • MS.Internal.WindowsRuntime
  • MS.Internal.WindowsRuntime.Windows.Data.Text
  • MS.Internal.WindowsRuntime.Windows.Globalization
  • MS.Internal.WindowsRuntime.Windows.UI.ViewManagement
  • MS.Internal.Xaml
  • MS.Internal.Xaml.Context
  • MS.Internal.Xaml.Parser
  • MS.Internal.Xaml.Runtime
  • MS.Internal.Xml.Cache
  • MS.Internal.Xml.Linq.ComponentModel
  • MS.Internal.Xml.XPath
  • MS.Utility
  • MS.Win32
  • MS.Win32.Compile
  • MS.Win32.Penimc
  • MS.Win32.Pointer
  • MS.Win32.PresentationCore
  • MS.Win32.Recognizer
  • mshtml
  • Shell32
  • Standard
  • System
  • System.CodeDom
  • System.CodeDom.Compiler
  • System.Collections
  • System.Collections.Concurrent
  • System.Collections.Generic
  • System.Collections.Immutable
  • System.Collections.ObjectModel
  • System.Collections.Specialized
  • System.ComponentModel
  • System.ComponentModel.Composition
  • System.ComponentModel.Composition.AttributedModel
  • System.ComponentModel.Composition.Diagnostics
  • System.ComponentModel.Composition.Hosting
  • System.ComponentModel.Composition.Primitives
  • System.ComponentModel.Composition.ReflectionModel
  • System.ComponentModel.DataAnnotations
  • System.ComponentModel.DataAnnotations.Resources
  • System.ComponentModel.DataAnnotations.Schema
  • System.ComponentModel.DataAnnotations.Util
  • System.ComponentModel.Design
  • System.ComponentModel.Design.Serialization
  • System.Configuration
  • System.Configuration.Assemblies
  • System.Configuration.Install
  • System.Configuration.Internal
  • System.Configuration.Provider
  • System.Data
  • System.Data.Common
  • System.Data.Linq
  • System.Data.Linq.Mapping
  • System.Data.Linq.Provider
  • System.Data.Linq.SqlClient
  • System.Data.Linq.SqlClient.Implementation
  • System.Data.Odbc
  • System.Data.OleDb
  • System.Data.ProviderBase
  • System.Data.Sql
  • System.Data.SqlClient
  • System.Data.SqlTypes
  • System.Deployment.Internal
  • System.Deployment.Internal.CodeSigning
  • System.Deployment.Internal.Isolation
  • System.Deployment.Internal.Isolation.Manifest
  • System.Diagnostics
  • System.Diagnostics.CodeAnalysis
  • System.Diagnostics.Contracts
  • System.Diagnostics.Contracts.Internal
  • System.Diagnostics.Eventing
  • System.Diagnostics.Eventing.Reader
  • System.Diagnostics.PerformanceData
  • System.Diagnostics.SymbolStore
  • System.Diagnostics.Tracing
  • System.Diagnostics.Tracing.Internal
  • System.DirectoryServices
  • System.DirectoryServices.ActiveDirectory
  • System.DirectoryServices.Design
  • System.DirectoryServices.Interop
  • System.Drawing
  • System.Drawing.Configuration
  • System.Drawing.Design
  • System.Drawing.Drawing2D
  • System.Drawing.Imaging
  • System.Drawing.Internal
  • System.Drawing.Printing
  • System.Drawing.Text
  • System.Dynamic
  • System.Dynamic.Utils
  • System.EnterpriseServices
  • System.EnterpriseServices.Admin
  • System.EnterpriseServices.CompensatingResourceManager
  • System.EnterpriseServices.Internal
  • System.EnterpriseServices.Thunk
  • System.Globalization
  • System.IdentityModel
  • System.IdentityModel.Claims
  • System.IdentityModel.Configuration
  • System.IdentityModel.Diagnostics
  • System.IdentityModel.Diagnostics.Application
  • System.IdentityModel.Metadata
  • System.IdentityModel.Policy
  • System.IdentityModel.Protocols
  • System.IdentityModel.Protocols.WSFederation
  • System.IdentityModel.Protocols.WSTrust
  • System.IdentityModel.Security
  • System.IdentityModel.Selectors
  • System.IdentityModel.Tokens
  • System.Internal
  • System.IO
  • System.IO.Compression
  • System.IO.IsolatedStorage
  • System.IO.MemoryMappedFiles
  • System.IO.Packaging
  • System.IO.Pipes
  • System.IO.Ports
  • System.Linq
  • System.Linq.Expressions
  • System.Linq.Expressions.Compiler
  • System.Linq.Parallel
  • System.Management
  • System.Management.Automation
  • System.Management.Automation.ComInterop
  • System.Management.Automation.Help
  • System.Management.Automation.Host
  • System.Management.Automation.Internal
  • System.Management.Automation.Internal.Host
  • System.Management.Automation.Interpreter
  • System.Management.Automation.Language
  • System.Management.Automation.PerformanceData
  • System.Management.Automation.Provider
  • System.Management.Automation.Remoting
  • System.Management.Automation.Remoting.Client
  • System.Management.Automation.Remoting.Internal
  • System.Management.Automation.Remoting.Server
  • System.Management.Automation.Remoting.WSMan
  • System.Management.Automation.Runspaces
  • System.Management.Automation.Runspaces.Internal
  • System.Management.Automation.Security
  • System.Management.Automation.Tracing
  • System.Management.Instrumentation
  • System.Media
  • System.Net
  • System.Net.Cache
  • System.Net.Configuration
  • System.Net.Http
  • System.Net.Http.Headers
  • System.Net.Mail
  • System.Net.Mime
  • System.Net.NetworkInformation
  • System.Net.Security
  • System.Net.Sockets
  • System.Net.WebSockets
  • System.Numerics
  • System.Numerics.Hashing
  • System.Reflection
  • System.Reflection.Emit
  • System.Reflection.Internal
  • System.Reflection.Metadata
  • System.Reflection.Metadata.Ecma335
  • System.Reflection.PortableExecutable
  • System.Resources
  • System.Runtime
  • System.Runtime.Caching
  • System.Runtime.Caching.Configuration
  • System.Runtime.Caching.Hosting
  • System.Runtime.Caching.Resources
  • System.Runtime.Collections
  • System.Runtime.CompilerServices
  • System.Runtime.ConstrainedExecution
  • System.Runtime.DesignerServices
  • System.Runtime.Diagnostics
  • System.Runtime.DurableInstancing
  • System.Runtime.ExceptionServices
  • System.Runtime.Hosting
  • System.Runtime.Interop
  • System.Runtime.InteropServices
  • System.Runtime.InteropServices.ComTypes
  • System.Runtime.InteropServices.Expando
  • System.Runtime.InteropServices.TCEAdapterGen
  • System.Runtime.InteropServices.WindowsRuntime
  • System.Runtime.Remoting
  • System.Runtime.Remoting.Activation
  • System.Runtime.Remoting.Channels
  • System.Runtime.Remoting.Contexts
  • System.Runtime.Remoting.Lifetime
  • System.Runtime.Remoting.Messaging
  • System.Runtime.Remoting.Metadata
  • System.Runtime.Remoting.Metadata.W3cXsd2001
  • System.Runtime.Remoting.Proxies
  • System.Runtime.Remoting.Services
  • System.Runtime.Serialization
  • System.Runtime.Serialization.Configuration
  • System.Runtime.Serialization.Diagnostics
  • System.Runtime.Serialization.Diagnostics.Application
  • System.Runtime.Serialization.Formatters
  • System.Runtime.Serialization.Formatters.Binary
  • System.Runtime.Serialization.Json
  • System.Runtime.Versioning
  • System.Security
  • System.Security.AccessControl
  • System.Security.Authentication
  • System.Security.Authentication.ExtendedProtection
  • System.Security.Authentication.ExtendedProtection.Configuration
  • System.Security.Claims
  • System.Security.Cryptography
  • System.Security.Cryptography.Pkcs
  • System.Security.Cryptography.X509Certificates
  • System.Security.Cryptography.Xml
  • System.Security.Permissions
  • System.Security.Policy
  • System.Security.Principal
  • System.Security.RightsManagement
  • System.Security.Util
  • System.ServiceModel
  • System.ServiceModel.Activation
  • System.ServiceModel.Activation.Configuration
  • System.ServiceModel.Activation.Diagnostics
  • System.ServiceModel.Activation.Interop
  • System.ServiceModel.Activities.Activation
  • System.ServiceModel.Administration
  • System.ServiceModel.Channels
  • System.ServiceModel.ComIntegration
  • System.ServiceModel.Configuration
  • System.ServiceModel.Description
  • System.ServiceModel.Diagnostics
  • System.ServiceModel.Diagnostics.Application
  • System.ServiceModel.Dispatcher
  • System.ServiceModel.Internals
  • System.ServiceModel.MsmqIntegration
  • System.ServiceModel.PeerResolvers
  • System.ServiceModel.Security
  • System.ServiceModel.Security.Tokens
  • System.ServiceModel.Syndication
  • System.ServiceModel.Transactions
  • System.ServiceModel.XamlIntegration
  • System.StubHelpers
  • System.Text
  • System.Text.RegularExpressions
  • System.Threading
  • System.Threading.NetCore
  • System.Threading.Tasks
  • System.Timers
  • System.Transactions
  • System.Transactions.Configuration
  • System.Transactions.Diagnostics
  • System.Transactions.Oletx
  • System.Web
  • System.Web.Administration
  • System.Web.ApplicationServices
  • System.Web.Caching
  • System.Web.ClientServices
  • System.Web.ClientServices.Providers
  • System.Web.Compilation
  • System.Web.Compilation.WCFModel
  • System.Web.Compilation.WCFModel.DataSvcMapFileXmlSerializer
  • System.Web.Compilation.WCFModel.SvcMapFileXmlSerializer
  • System.Web.Configuration
  • System.Web.Configuration.Common
  • System.Web.Configuration.Internal
  • System.Web.DataAccess
  • System.Web.DynamicData
  • System.Web.Globalization
  • System.Web.Handlers
  • System.Web.Hosting
  • System.Web.Instrumentation
  • System.Web.Mail
  • System.Web.Management
  • System.Web.ModelBinding
  • System.Web.Profile
  • System.Web.Query.Dynamic
  • System.Web.Resources
  • System.Web.Routing
  • System.Web.Script
  • System.Web.Script.Serialization
  • System.Web.Script.Services
  • System.Web.Security
  • System.Web.Security.AntiXss
  • System.Web.Security.AntiXss.CodeCharts
  • System.Web.Security.Cryptography
  • System.Web.Services
  • System.Web.Services.Configuration
  • System.Web.Services.Description
  • System.Web.Services.Diagnostics
  • System.Web.Services.Discovery
  • System.Web.Services.Interop
  • System.Web.Services.Protocols
  • System.Web.SessionState
  • System.Web.UI
  • System.Web.UI.Adapters
  • System.Web.UI.HtmlControls
  • System.Web.UI.WebControls
  • System.Web.UI.WebControls.Adapters
  • System.Web.UI.WebControls.Expressions
  • System.Web.UI.WebControls.WebParts
  • System.Web.Util
  • System.Web.WebSockets
  • System.Windows
  • System.Windows.Annotations
  • System.Windows.Annotations.Storage
  • System.Windows.Automation
  • System.Windows.Automation.Peers
  • System.Windows.Automation.Provider
  • System.Windows.Automation.Text
  • System.Windows.Baml2006
  • System.Windows.Controls
  • System.Windows.Controls.Primitives
  • System.Windows.Converters
  • System.Windows.Data
  • System.Windows.Diagnostics
  • System.Windows.Documents
  • System.Windows.Documents.DocumentStructures
  • System.Windows.Documents.Internal
  • System.Windows.Documents.MsSpellCheckLib
  • System.Windows.Documents.Serialization
  • System.Windows.Documents.Tracing
  • System.Windows.Forms
  • System.Windows.Forms.Automation
  • System.Windows.Forms.ButtonInternal
  • System.Windows.Forms.ComponentModel.Com2Interop
  • System.Windows.Forms.Design
  • System.Windows.Forms.Internal
  • System.Windows.Forms.Layout
  • System.Windows.Forms.PropertyGridInternal
  • System.Windows.Forms.VisualStyles
  • System.Windows.Ink
  • System.Windows.Input
  • System.Windows.Input.StylusPlugIns
  • System.Windows.Input.StylusPointer
  • System.Windows.Input.StylusWisp
  • System.Windows.Input.Tracing
  • System.Windows.Interop
  • System.Windows.Markup
  • System.Windows.Markup.Localizer
  • System.Windows.Markup.Primitives
  • System.Windows.Media
  • System.Windows.Media.Animation
  • System.Windows.Media.Composition
  • System.Windows.Media.Converters
  • System.Windows.Media.Effects
  • System.Windows.Media.Imaging
  • System.Windows.Media.Media3D
  • System.Windows.Media.Media3D.Converters
  • System.Windows.Media.TextFormatting
  • System.Windows.Navigation
  • System.Windows.Resources
  • System.Windows.Shapes
  • System.Windows.Shell
  • System.Windows.Threading
  • System.Xaml
  • System.Xaml.Context
  • System.Xaml.Hosting
  • System.Xaml.Hosting.Configuration
  • System.Xaml.MS.Impl
  • System.Xaml.Permissions
  • System.Xaml.Replacements
  • System.Xaml.Schema
  • System.Xml
  • System.Xml.Linq
  • System.Xml.Resolvers
  • System.Xml.Schema
  • System.Xml.Serialization
  • System.Xml.Serialization.Advanced
  • System.Xml.Serialization.Configuration
  • System.Xml.Utils
  • System.Xml.XmlConfiguration
  • System.Xml.XPath
  • System.Xml.Xsl
  • System.Xml.Xsl.IlGen
  • System.Xml.Xsl.Qil
  • System.Xml.Xsl.Runtime
  • System.Xml.Xsl.XPath
  • System.Xml.Xsl.Xslt
  • System.Xml.Xsl.XsltOld
  • System.Xml.Xsl.XsltOld.Debugger
  • vc_attributes
  • Windows.ApplicationModel
  • Windows.ApplicationModel.Activation
  • Windows.ApplicationModel.AppExtensions
  • Windows.ApplicationModel.Appointments
  • Windows.ApplicationModel.Appointments.AppointmentsProvider
  • Windows.ApplicationModel.Appointments.DataProvider
  • Windows.ApplicationModel.AppService
  • Windows.ApplicationModel.Background
  • Windows.ApplicationModel.Calls
  • Windows.ApplicationModel.Calls.Background
  • Windows.ApplicationModel.Calls.Provider
  • Windows.ApplicationModel.Chat
  • Windows.ApplicationModel.CommunicationBlocking
  • Windows.ApplicationModel.Contacts
  • Windows.ApplicationModel.Contacts.DataProvider
  • Windows.ApplicationModel.Contacts.Provider
  • Windows.ApplicationModel.ConversationalAgent
  • Windows.ApplicationModel.Core
  • Windows.ApplicationModel.DataTransfer
  • Windows.ApplicationModel.DataTransfer.DragDrop
  • Windows.ApplicationModel.DataTransfer.DragDrop.Core
  • Windows.ApplicationModel.DataTransfer.ShareTarget
  • Windows.ApplicationModel.Email
  • Windows.ApplicationModel.Email.DataProvider
  • Windows.ApplicationModel.ExtendedExecution
  • Windows.ApplicationModel.ExtendedExecution.Foreground
  • Windows.ApplicationModel.LockScreen
  • Windows.ApplicationModel.Payments
  • Windows.ApplicationModel.Payments.Provider
  • Windows.ApplicationModel.Preview.Holographic
  • Windows.ApplicationModel.Preview.InkWorkspace
  • Windows.ApplicationModel.Preview.Notes
  • Windows.ApplicationModel.Resources
  • Windows.ApplicationModel.Resources.Core
  • Windows.ApplicationModel.Resources.Management
  • Windows.ApplicationModel.Search
  • Windows.ApplicationModel.Search.Core
  • Windows.ApplicationModel.SocialInfo
  • Windows.ApplicationModel.SocialInfo.Provider
  • Windows.ApplicationModel.Store
  • Windows.ApplicationModel.Store.LicenseManagement
  • Windows.ApplicationModel.Store.Preview
  • Windows.ApplicationModel.Store.Preview.InstallControl
  • Windows.ApplicationModel.UserActivities
  • Windows.ApplicationModel.UserActivities.Core
  • Windows.ApplicationModel.UserDataAccounts
  • Windows.ApplicationModel.UserDataAccounts.Provider
  • Windows.ApplicationModel.UserDataAccounts.SystemAccess
  • Windows.ApplicationModel.UserDataTasks
  • Windows.ApplicationModel.UserDataTasks.DataProvider
  • Windows.ApplicationModel.VoiceCommands
  • Windows.ApplicationModel.Wallet
  • Windows.ApplicationModel.Wallet.System
  • Windows.Devices
  • Windows.Devices.Adc
  • Windows.Devices.Adc.Provider
  • Windows.Devices.AllJoyn
  • Windows.Devices.Background
  • Windows.Devices.Bluetooth
  • Windows.Devices.Bluetooth.Advertisement
  • Windows.Devices.Bluetooth.Background
  • Windows.Devices.Bluetooth.GenericAttributeProfile
  • Windows.Devices.Bluetooth.Rfcomm
  • Windows.Devices.Custom
  • Windows.Devices.Display
  • Windows.Devices.Display.Core
  • Windows.Devices.Enumeration
  • Windows.Devices.Enumeration.Pnp
  • Windows.Devices.Geolocation
  • Windows.Devices.Geolocation.Geofencing
  • Windows.Devices.Gpio
  • Windows.Devices.Gpio.Provider
  • Windows.Devices.Haptics
  • Windows.Devices.HumanInterfaceDevice
  • Windows.Devices.I2c
  • Windows.Devices.I2c.Provider
  • Windows.Devices.Input
  • Windows.Devices.Input.Preview
  • Windows.Devices.Lights
  • Windows.Devices.Lights.Effects
  • Windows.Devices.Midi
  • Windows.Devices.Perception
  • Windows.Devices.Perception.Provider
  • Windows.Devices.PointOfService
  • Windows.Devices.PointOfService.Provider
  • Windows.Devices.Portable
  • Windows.Devices.Power
  • Windows.Devices.Printers
  • Windows.Devices.Printers.Extensions
  • Windows.Devices.Pwm
  • Windows.Devices.Pwm.Provider
  • Windows.Devices.Radios
  • Windows.Devices.Scanners
  • Windows.Devices.Sensors
  • Windows.Devices.Sensors.Custom
  • Windows.Devices.SerialCommunication
  • Windows.Devices.SmartCards
  • Windows.Devices.Sms
  • Windows.Devices.Spi
  • Windows.Devices.Spi.Provider
  • Windows.Devices.Usb
  • Windows.Devices.WiFi
  • Windows.Devices.WiFiDirect
  • Windows.Devices.WiFiDirect.Services
  • Windows.Foundation
  • Windows.Foundation.Collections
  • Windows.Foundation.Diagnostics
  • Windows.Foundation.Metadata
  • Windows.Foundation.Numerics
  • Windows.Globalization
  • Windows.Globalization.Collation
  • Windows.Globalization.DateTimeFormatting
  • Windows.Globalization.Fonts
  • Windows.Globalization.NumberFormatting
  • Windows.Globalization.PhoneNumberFormatting
  • Windows.Graphics
  • Windows.Graphics.Capture
  • Windows.Graphics.DirectX
  • Windows.Graphics.DirectX.Direct3D11
  • Windows.Graphics.Display
  • Windows.Graphics.Display.Core
  • Windows.Graphics.Effects
  • Windows.Graphics.Holographic
  • Windows.Graphics.Imaging
  • Windows.Graphics.Printing
  • Windows.Graphics.Printing.OptionDetails
  • Windows.Graphics.Printing.PrintTicket
  • Windows.Graphics.Printing.Workflow
  • Windows.Graphics.Printing3D
  • Windows.Networking
  • Windows.Networking.BackgroundTransfer
  • Windows.Networking.Connectivity
  • Windows.Networking.NetworkOperators
  • Windows.Networking.Proximity
  • Windows.Networking.PushNotifications
  • Windows.Networking.ServiceDiscovery.Dnssd
  • Windows.Networking.Sockets
  • Windows.Networking.Vpn
  • Windows.Networking.XboxLive
  • Windows.Perception
  • Windows.Perception.Automation.Core
  • Windows.Perception.People
  • Windows.Perception.Spatial
  • Windows.Perception.Spatial.Preview
  • Windows.Perception.Spatial.Surfaces
  • Windows.Security.Authentication.Identity
  • Windows.Security.Authentication.Identity.Core
  • Windows.Security.Authentication.Identity.Provider
  • Windows.Security.Authentication.OnlineId
  • Windows.Security.Authentication.Web
  • Windows.Security.Authentication.Web.Core
  • Windows.Security.Authentication.Web.Provider
  • Windows.Security.Authorization.AppCapabilityAccess
  • Windows.Security.Credentials
  • Windows.Security.Credentials.UI
  • Windows.Security.Cryptography
  • Windows.Security.Cryptography.Certificates
  • Windows.Security.Cryptography.Core
  • Windows.Security.Cryptography.DataProtection
  • Windows.Security.DataProtection
  • Windows.Security.EnterpriseData
  • Windows.Security.ExchangeActiveSyncProvisioning
  • Windows.Security.Isolation
  • Windows.Storage
  • Windows.Storage.AccessCache
  • Windows.Storage.BulkAccess
  • Windows.Storage.Compression
  • Windows.Storage.FileProperties
  • Windows.Storage.Pickers
  • Windows.Storage.Pickers.Provider
  • Windows.Storage.Provider
  • Windows.Storage.Search
  • Windows.Storage.Streams
  • Windows.System
  • Windows.System.Diagnostics
  • Windows.System.Diagnostics.DevicePortal
  • Windows.System.Diagnostics.Telemetry
  • Windows.System.Diagnostics.TraceReporting
  • Windows.System.Display
  • Windows.System.Inventory
  • Windows.System.Power
  • Windows.System.Power.Diagnostics
  • Windows.System.Preview
  • Windows.System.Profile
  • Windows.System.Profile.SystemManufacturers
  • Windows.System.RemoteDesktop
  • Windows.System.RemoteSystems
  • Windows.System.Threading
  • Windows.System.Threading.Core
  • Windows.System.Update
  • Windows.System.UserProfile
  • Windows.UI
  • Windows.UI.Accessibility
  • Windows.UI.ApplicationSettings
  • Windows.UI.Composition
  • Windows.UI.Composition.Core
  • Windows.UI.Composition.Desktop
  • Windows.UI.Composition.Diagnostics
  • Windows.UI.Composition.Effects
  • Windows.UI.Composition.Interactions
  • Windows.UI.Composition.Scenes
  • Windows.UI.Core
  • Windows.UI.Core.AnimationMetrics
  • Windows.UI.Core.Preview
  • Windows.UI.Input
  • Windows.UI.Input.Core
  • Windows.UI.Input.Inking
  • Windows.UI.Input.Inking.Analysis
  • Windows.UI.Input.Inking.Core
  • Windows.UI.Input.Inking.Preview
  • Windows.UI.Input.Preview
  • Windows.UI.Input.Preview.Injection
  • Windows.UI.Input.Spatial
  • Windows.UI.Notifications
  • Windows.UI.Notifications.Management
  • Windows.UI.Popups
  • Windows.UI.Shell
  • Windows.UI.StartScreen
  • Windows.UI.Text
  • Windows.UI.Text.Core
  • Windows.UI.ViewManagement
  • Windows.UI.ViewManagement.Core
  • Windows.UI.WebUI
  • Windows.UI.WindowManagement
  • Windows.UI.WindowManagement.Preview
  • Windows.Web
  • Windows.Web.AtomPub
  • Windows.Web.Http
  • Windows.Web.Http.Diagnostics
  • Windows.Web.Http.Filters
  • Windows.Web.Http.Headers
  • Windows.Web.Syndication
  • Windows.Web.UI
  • Windows.Web.UI.Interop
  • XamlGeneratedNamespace